commit | 6acf70806c0aeaa434a61a7b7d14268df64caa35 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Dec 19 02:44:10 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 19 02:44:10 2023 +0000 |
tree | 1bba5b3dd64c2651771b11b68a0a5f141eb8567e | |
parent | 565af6b10907420056562ab6c3f1bc72affc2807 [diff] | |
parent | f6b18f2cb808d9ec53336ec5a6476569a71c87ed [diff] |
Merge "binder RPC tests timeouts to 10min" into main
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index e4d4de8..041c280 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp
@@ -256,6 +256,12 @@ // contention on the device. b/276820894 test_options: { unit_test: false, + test_runner_options: [ + { + name: "native-test-timeout", + value: "10m", + }, + ], }, test_suites: ["general-tests"],