commit | 7ea03c6fc38b3922e9218d359078cd6311aa459e | [log] [tgz] |
---|---|---|
author | Elie Kheirallah <khei@google.com> | Thu Mar 02 21:59:29 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 02 21:59:29 2023 +0000 |
tree | 679765d8e065730883d978e759fc78db3645343a | |
parent | 46ecdf82ed5bbcb23fd47058b019a8829bd17760 [diff] | |
parent | 1c0581ef81c7150e03c298807e291c5083443f6e [diff] |
Merge "ThreadPoolAvailableThreads fix."
diff --git a/libs/binder/tests/binderLibTest.cpp b/libs/binder/tests/binderLibTest.cpp index 09bff74..8974ad7 100644 --- a/libs/binder/tests/binderLibTest.cpp +++ b/libs/binder/tests/binderLibTest.cpp
@@ -1376,7 +1376,7 @@ })); } - data.writeInt32(100); + data.writeInt32(500); // Give a chance for all threads to be used EXPECT_THAT(server->transact(BINDER_LIB_TEST_UNLOCK_AFTER_MS, data, &reply), NO_ERROR);