Loading libs/binder/tests/binderRpcTest.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -454,7 +454,7 @@ TEST_P(BinderRpc, ThreadPoolGreaterThanEqualRequested) { GTEST_SKIP() << "This test requires multiple threads"; GTEST_SKIP() << "This test requires multiple threads"; } } constexpr size_t kNumThreads = 10; constexpr size_t kNumThreads = 5; auto proc = createRpcTestSocketServerProcess({.numThreads = kNumThreads}); auto proc = createRpcTestSocketServerProcess({.numThreads = kNumThreads}); Loading Loading
libs/binder/tests/binderRpcTest.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -454,7 +454,7 @@ TEST_P(BinderRpc, ThreadPoolGreaterThanEqualRequested) { GTEST_SKIP() << "This test requires multiple threads"; GTEST_SKIP() << "This test requires multiple threads"; } } constexpr size_t kNumThreads = 10; constexpr size_t kNumThreads = 5; auto proc = createRpcTestSocketServerProcess({.numThreads = kNumThreads}); auto proc = createRpcTestSocketServerProcess({.numThreads = kNumThreads}); Loading