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

Commit dc72c401 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "binderRpcTest ThreadPoolGreaterThanEqualRequested less threads" into main

parents 344e71fc 51cdc2c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -454,7 +454,7 @@ TEST_P(BinderRpc, ThreadPoolGreaterThanEqualRequested) {
        GTEST_SKIP() << "This test requires multiple threads";
    }

    constexpr size_t kNumThreads = 10;
    constexpr size_t kNumThreads = 5;

    auto proc = createRpcTestSocketServerProcess({.numThreads = kNumThreads});