Skip to content

Commit

Permalink
Increase timeouts in test_fault_tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Oct 19, 2024
1 parent 647224d commit d789ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_allreduce_fault_tolerance.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ def _make_tensors():
_make_tensors(),
hivemind.DHT(initial_peers=dht.get_visible_maddrs(), start=True),
prefix="test",
request_timeout=0.3,
request_timeout=1.0,
min_matchmaking_time=1.0,
next_chunk_timeout=0.5,
allreduce_timeout=5,
allreduce_timeout=10,
part_size_bytes=2**16,
client_mode=(i == 1),
start=True,
Expand Down

0 comments on commit d789ff6

Please sign in to comment.