Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0a3d20a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: Fix binderRpcTest flake" am: 3e7dd243

parents f0d3a394 3e7dd243
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -930,7 +930,7 @@ TEST_P(BinderRpcThreads, OnewayCallQueueing) {


    size_t epochMsAfter = epochMillis();
    size_t epochMsAfter = epochMillis();


    EXPECT_GT(epochMsAfter, epochMsBefore + kSleepMs * kNumSleeps);
    EXPECT_GE(epochMsAfter, epochMsBefore + kSleepMs * kNumSleeps);


    saturateThreadPool(1 + kNumExtraServerThreads, proc.rootIface);
    saturateThreadPool(1 + kNumExtraServerThreads, proc.rootIface);
}
}