Skip to content

Commit

Permalink
remove temporary sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Jan 14, 2024
1 parent b1a6c1e commit 61a1309
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/dbus_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ def start_service(
assert queue_.get(timeout=2) == "ready"
logger.info(f"Initialization of {service_cls.addr.service} ready")

import time

time.sleep(60)
yield

should_stop = True
Expand Down

0 comments on commit 61a1309

Please sign in to comment.