summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2024-01-29 21:22:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-29 21:22:00 +0000
commit255ba4368356fe4b4966824537a93b079609679f (patch)
tree7ed3606c9ec5949033ba7881244550ad58025eb3
parent82a619320e0523ebb20301c6bf853564449d78a3 (diff)
parent7b1adb5a7f2669d72804f4b35d2cda8045c0952a (diff)
downloadnative-android14-tests-dev.tar.gz
Merge "binder RPC tests timeouts to 10min" into android14-tests-devandroid14-tests-dev
-rw-r--r--libs/binder/tests/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index 873e9550f9..f2c0465726 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -243,6 +243,12 @@ cc_defaults {
// contention on the device. b/276820894
test_options: {
unit_test: false,
+ test_runner_options: [
+ {
+ name: "native-test-timeout",
+ value: "10m",
+ },
+ ],
},
test_suites: ["general-tests"],