Commit 040f5e54 authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

shorten the sleep time in SlowReader and SlowWriter tests to speed them up a bit

parent c5c378a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -360,13 +360,13 @@ TEST_P(TestStagingMPMD, MultipleSteps)
TEST_P(TestStagingMPMD, SlowWriter)
{
    RunParams p = GetParam();
    TestCommon(p, 5, 500, 0);
    TestCommon(p, 5, 100, 0);
}

TEST_P(TestStagingMPMD, SlowReader)
{
    RunParams p = GetParam();
    TestCommon(p, 5, 0, 500);
    TestCommon(p, 5, 0, 100);
}

INSTANTIATE_TEST_CASE_P(NxM, TestStagingMPMD,