commit | 8ff37333635c84ee2dd1fa2d3694712e3431022c | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Dec 19 21:25:11 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 19 21:25:11 2023 +0000 |
tree | cd14dd4b9f9b9db406e5a1661c1a57fb29518711 | |
parent | 6acf70806c0aeaa434a61a7b7d14268df64caa35 [diff] | |
parent | b670dd7e0c1562dbaa8afd4f23f0f5a916d8ed84 [diff] |
Merge "lshal: Fix mem invalid access (timeoutIPC callers)" 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"],