Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6b18f2c authored by Steven Moreland's avatar Steven Moreland
Browse files

binder RPC tests timeouts to 10min

The default timeout in VTS is 1min.

Bug: 316502719
Test: TH
Change-Id: Icddd6ce31c548c9a34947aec863a477060799523
parent ed022f7b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -256,6 +256,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"],