Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Sep 16, 2024
1 parent 0924025 commit a11d29e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,11 @@ def test_bluechictl_status_watch(self):
# bluechictl clears the screen on each signal update
# So to avoid any race condition with the evaluator and
# the cleared update, lets wait a bit after the command

node.stop_unit(simple_service, "replace")
time.sleep(0.2)

node.start_unit(simple_service, "replace")
time.sleep(0.2)

time.sleep(1.0)
node.stop_unit(simple_service, "replace")
time.sleep(0.2)
time.sleep(1.0)

self.bgrunner.stop()
assert self.evaluator.processing_finished()
Expand Down

0 comments on commit a11d29e

Please sign in to comment.