Skip to content

Commit

Permalink
longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 7, 2024
1 parent ecef68f commit 76abe2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_ohClassPtn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char** argv)
redev::Redev rdv(MPI_COMM_WORLD, redev::Partition{std::move(partition)},
static_cast<redev::ProcessType>(isRdv));
const std::string name = "meshVtxIds";
adios2::Params params{{"Streaming", "On"}, {"OpenTimeoutSecs", "2"}};
adios2::Params params{{"Streaming", "On"}, {"OpenTimeoutSecs", "12"}};
auto channel =
rdv.CreateAdiosChannel(name, params, redev::TransportType::BP4);
auto commPair = channel.CreateComm<redev::GO>(name,rdv.GetMPIComm());
Expand Down
2 changes: 1 addition & 1 deletion test/test_ohClassPtn_appRibPtn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int main(int argc, char** argv)
const int rdvRanks = 2;
const int appRanks = 2;

adios2::Params params{{"Streaming", "On"}, {"OpenTimeoutSecs", "2"}};
adios2::Params params{{"Streaming", "On"}, {"OpenTimeoutSecs", "12"}};
auto channel =
rdv.CreateAdiosChannel(name, params, redev::TransportType::BP4);
auto commPair = channel.CreateComm<redev::GO>(name,rdv.GetMPIComm());
Expand Down

0 comments on commit 76abe2f

Please sign in to comment.