summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-30 21:53:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-30 21:53:24 +0000
commit996b01ba462ff68d5588d3cd25fa5002d544c324 (patch)
tree7ed3606c9ec5949033ba7881244550ad58025eb3
parent8c91d2076705a13a11b0c69dfa8bfae975baaafc (diff)
parent7a0157775eba696d711f8f2aecd0657a12a15d3f (diff)
downloadnative-android14-tests-release.tar.gz
Merge "Snap for 11378957 from 255ba4368356fe4b4966824537a93b079609679f to android14-tests-release" into android14-tests-releaseandroid14-tests-release
-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"],