Skip to content

Commit

Permalink
Increase initialize() timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed Sep 13, 2023
1 parent e9a9cda commit 6318f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mp_unit/bootstrap_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ TEST_F(BootstrapTest, ResumeWithId) {
mscclpp::UniqueId id;
if (bootstrap->getRank() == 0) id = bootstrap->createUniqueId();
MPI_Bcast(&id, sizeof(id), MPI_BYTE, 0, MPI_COMM_WORLD);
bootstrap->initialize(id, 100);
bootstrap->initialize(id, 300);
}
}

Expand Down

0 comments on commit 6318f6f

Please sign in to comment.