Skip to content

Commit

Permalink
Increase timeout in test_overcrowded
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Jul 16, 2021
1 parent 20f19b1 commit cb09676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_averaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def test_overcrowded(num_peers=16):
for dht_instance in dhts
]
for t in range(5):
step_futures = [averager.step(wait=False, timeout=5) for averager in averagers]
step_futures = [averager.step(wait=False, timeout=10) for averager in averagers]
assert sum(len(future.result() or []) == 2 for future in step_futures) >= len(averagers) - 1

for averager in averagers + dhts:
Expand Down

0 comments on commit cb09676

Please sign in to comment.