Skip to content

Commit

Permalink
increase baby gloo timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Wang committed Feb 20, 2025
1 parent 9cf9554 commit d908392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchft/process_group_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ def _create_pg(cls, backend: str) -> ProcessGroup:
if backend == "gloo":
return ProcessGroupGloo(timeout=timedelta(seconds=1))
elif backend == "baby_gloo":
return ProcessGroupBabyGloo(timeout=timedelta(seconds=2))
return ProcessGroupBabyGloo(timeout=timedelta(seconds=5))
elif backend == "baby_nccl":
return ProcessGroupBabyNCCL(timeout=timedelta(seconds=10))
else:
Expand Down

0 comments on commit d908392

Please sign in to comment.