Merge "Snap for 11378957 from 255ba4368356fe4b4966824537a93b079609679f to android14-tests-release" into android14-tests-release
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index 873e955..f2c0465 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -243,6 +243,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"],