commit | 7b05d26f3fee877185cc4889ade918ec38dbcf76 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Dec 19 22:08:41 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 19 22:08:41 2023 +0000 |
tree | fb3cbc40c0229a967dae88b7939639ce50e13b0b | |
parent | 8ff37333635c84ee2dd1fa2d3694712e3431022c [diff] | |
parent | 96bc7141e966292bfe0e676454178cda3e603e03 [diff] |
Merge "lshal: Allow injecting wait values for test" 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"],