Skip to content

Commit

Permalink
Give thread a bit more time to start
Browse files Browse the repository at this point in the history
In rare cases I saw the test fail locally.
  • Loading branch information
thomasst committed Apr 24, 2024
1 parent a829c07 commit b86d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_heartbeat(self, tiger):
)
worker.start()

time.sleep(DELAY / 2)
time.sleep(DELAY)

key = tiger._key(ACTIVE, "default")
conn = tiger.connection
Expand Down

0 comments on commit b86d469

Please sign in to comment.