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)
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"],