diff options
author | 2024-09-17 17:21:27 +0000 | |
---|---|---|
committer | 2024-09-17 17:22:37 +0000 | |
commit | 51cdc2c2033ec570dccfa83b62682afabe298bcd (patch) | |
tree | 34572d3ee1cacbcc28392ce76a2e1b9f395b8c55 | |
parent | afa61f54fb6e5e113c2df718cd1ace69ee6e3f0f (diff) |
binderRpcTest ThreadPoolGreaterThanEqualRequested less threads
0.75% flaky on one slow device.
Fixes: 362829718
Test: TH
Change-Id: I850edc835d9ff07fc283825a0cbe1a752ba369c5
-rw-r--r-- | libs/binder/tests/binderRpcTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/tests/binderRpcTest.cpp b/libs/binder/tests/binderRpcTest.cpp index fbca35e81f..a1e53c5ebc 100644 --- a/libs/binder/tests/binderRpcTest.cpp +++ b/libs/binder/tests/binderRpcTest.cpp @@ -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}); |