Skip to content

Commit

Permalink
Increase sleep times for windows slow-joiner problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor authored and makidonlab committed Aug 23, 2024
1 parent 9849e90 commit 0e4d1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_trace_writer(unused_port):
tracing_distributor.start()

# Wait for slow-joiner of ZMQ sockets.
time.sleep(0.1)
time.sleep(0.3)

try:
with writer.open(FNAME):
Expand All @@ -43,7 +43,7 @@ def test_trace_writer(unused_port):
trace_instant(INSTANT_NAME)

# Wait for all messages to pass through the system and be written out.
time.sleep(0.1)
time.sleep(0.3)

finally:
trace_disconnect()
Expand Down

0 comments on commit 0e4d1e2

Please sign in to comment.