diff options
| author | 2021-05-26 15:37:44 +0000 | |
|---|---|---|
| committer | 2021-05-26 15:37:44 +0000 | |
| commit | bf88c6ff7dc35b6b242ed7045cc0b25da9f98a7c (patch) | |
| tree | 857215381e9b06d260a1188ac00375bbca07116f /libs | |
| parent | 385b6612662bbf61d1f5aa4f4f71c91982fb5a1c (diff) | |
| parent | e38bcb01ea4aa1825313625c6e6d93f22e59ab8f (diff) | |
Merge "binderRpcTest: mitigate hang"
Diffstat (limited to 'libs')
| -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 4d31673b6e..efc70e69b9 100644 --- a/libs/binder/tests/binderRpcTest.cpp +++ b/libs/binder/tests/binderRpcTest.cpp @@ -830,7 +830,7 @@ TEST_P(BinderRpc, ThreadingStressTest) { TEST_P(BinderRpc, OnewayStressTest) { constexpr size_t kNumClientThreads = 10; constexpr size_t kNumServerThreads = 10; - constexpr size_t kNumCalls = 100; + constexpr size_t kNumCalls = 50; auto proc = createRpcTestSocketServerProcess(kNumServerThreads); |