Skip to content

Commit

Permalink
added more sleep for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Dec 17, 2024
1 parent fed51b1 commit 8f2ccc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system_tests/test_blueapi_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,5 @@ def wait_for_reload() -> EnvironmentResponse:
return client.get_environment()

assert wait_for_reload() == EnvironmentResponse(initialized=True)
time.sleep(1)
assert client.get_environment() == EnvironmentResponse(initialized=True)

0 comments on commit 8f2ccc7

Please sign in to comment.