Commit a8d9a720 authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

Turn on SST+BP in staging test with timeout in BeginStep

parent f9895a7c
Loading
Loading
Loading
Loading
+3 −15
Original line number Diff line number Diff line
@@ -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)
{