commit | 255ba4368356fe4b4966824537a93b079609679f | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Jan 29 21:22:00 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 29 21:22:00 2024 +0000 |
tree | 7ed3606c9ec5949033ba7881244550ad58025eb3 | |
parent | 82a619320e0523ebb20301c6bf853564449d78a3 [diff] | |
parent | 7b1adb5a7f2669d72804f4b35d2cda8045c0952a [diff] |
Merge "binder RPC tests timeouts to 10min" into android14-tests-dev
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp index 873e955..f2c0465 100644 --- a/libs/binder/tests/Android.bp +++ b/libs/binder/tests/Android.bp
@@ -243,6 +243,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"],