summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-17 18:35:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-17 18:35:56 +0000
commitdc72c401968d92f24f577a28be5147723bd4105b (patch)
tree0825bb11a96beb1a41aab2adb1efb9242909d5b6
parent344e71fca49e724191a1f56ea396c966396d7f57 (diff)
parent51cdc2c2033ec570dccfa83b62682afabe298bcd (diff)
Merge "binderRpcTest ThreadPoolGreaterThanEqualRequested less threads" into main
-rw-r--r--libs/binder/tests/binderRpcTest.cpp2
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});