Loading testing/adios2/engine/staging-common/TestStagingMPMD.cpp +3 −15 Original line number Diff line number Diff line Loading @@ -361,23 +361,11 @@ TEST_P(TestStagingMPMD, MultipleSteps) } TEST_P(TestStagingMPMD, MultipleStepsWithTimeout) { auto m = engineParams.find("MarshalMethod"); if (m != engineParams.end() && m->second == "BP") { if (!wrank) { std::cout << "Skip MultipleStepsWithTimeout test with BP marshaling" << std::endl; } } else { RunParams p = GetParam(); // timeout in reader's BeginStep instead of blocking wait TestCommon(p, 10, 0, 0, 2.0); } } TEST_P(TestStagingMPMD, SlowWriter) { Loading Loading
testing/adios2/engine/staging-common/TestStagingMPMD.cpp +3 −15 Original line number Diff line number Diff line Loading @@ -361,23 +361,11 @@ TEST_P(TestStagingMPMD, MultipleSteps) } TEST_P(TestStagingMPMD, MultipleStepsWithTimeout) { auto m = engineParams.find("MarshalMethod"); if (m != engineParams.end() && m->second == "BP") { if (!wrank) { std::cout << "Skip MultipleStepsWithTimeout test with BP marshaling" << std::endl; } } else { RunParams p = GetParam(); // timeout in reader's BeginStep instead of blocking wait TestCommon(p, 10, 0, 0, 2.0); } } TEST_P(TestStagingMPMD, SlowWriter) { Loading