diff options
author | 2024-09-17 18:35:56 +0000 | |
---|---|---|
committer | 2024-09-17 18:35:56 +0000 | |
commit | dc72c401968d92f24f577a28be5147723bd4105b (patch) | |
tree | 0825bb11a96beb1a41aab2adb1efb9242909d5b6 | |
parent | 344e71fca49e724191a1f56ea396c966396d7f57 (diff) | |
parent | 51cdc2c2033ec570dccfa83b62682afabe298bcd (diff) |
Merge "binderRpcTest ThreadPoolGreaterThanEqualRequested less threads" into main
-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}); |