Skip to content

Commit 9a835bc

Browse files
author
rgao user
committed
Increase Gloo process group init timeout from 10s to 120s
The 10s timeout causes flaky failures in CI where runners are resource-constrained and process rendezvous takes longer.
1 parent a4dda39 commit 9a835bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fairchem/core/common/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def init_pg_and_rank_and_launch_test(
8686
dist.init_process_group(
8787
init_method=init_method,
8888
backend=pg_setup_params.backend,
89-
timeout=timedelta(seconds=10),
89+
timeout=timedelta(seconds=120),
9090
)
9191
# setup gp
9292
if pg_setup_params.use_gp:

0 commit comments

Comments
 (0)