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

Commit 747df6ea authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "binder RPC tests timeouts to 10min" into android14-tests-dev am:...

Merge "binder RPC tests timeouts to 10min" into android14-tests-dev am: 255ba436 am: 8240bc9d am: d7ab6f9d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2886407



Change-Id: Idfd15141dbe9ef3fcf474e3f64f5abd44d79ec26
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9bb81c04 d7ab6f9d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"],