summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-09-24 00:06:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-09-24 00:06:28 +0000
commit2972e8f4e129a5f29e60c3d28d5724f0fef1bc68 (patch)
treed13f3a4848a5a1c700e56d48f33762a37a69ca1c
parentf24415a9aa42e334d8d4650eaafbc89788977fab (diff)
parent3c3ab8d43aea8df9032c3eae7ebf7c9d75081d94 (diff)
Merge "libbinder: RPC OnewayStressTest += stress"
-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 0e7e25913b..aad01621c7 100644
--- a/libs/binder/tests/binderRpcTest.cpp
+++ b/libs/binder/tests/binderRpcTest.cpp
@@ -1053,7 +1053,7 @@ static void saturateThreadPool(size_t threadCount, const sp<IBinderRpcTest>& ifa
TEST_P(BinderRpc, OnewayStressTest) {
constexpr size_t kNumClientThreads = 10;
constexpr size_t kNumServerThreads = 10;
- constexpr size_t kNumCalls = 500;
+ constexpr size_t kNumCalls = 1000;
auto proc = createRpcTestSocketServerProcess({.numThreads = kNumServerThreads});