diff options
-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 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}); |