summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2023-12-16 04:46:22 +0000
committerSteven Moreland <smoreland@google.com>2023-12-20 20:09:54 +0000
commit7b1adb5a7f2669d72804f4b35d2cda8045c0952a (patch)
tree0fa88b4bbaea3c3f32ee269a02a3931c0961dc3c
parent704ade2ba7ec2f546b5b4757a441bd534d658005 (diff)
downloadnative-7b1adb5a7f2669d72804f4b35d2cda8045c0952a.tar.gz
binder RPC tests timeouts to 10min
The default timeout in VTS is 1min. Bug: 316502719 Test: TH Change-Id: Icddd6ce31c548c9a34947aec863a477060799523 (cherry picked from commit f6b18f2cb808d9ec53336ec5a6476569a71c87ed)
-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"],