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

Commit 49d50b7f authored by Daniel Zheng's avatar Daniel Zheng Committed by Android (Google) Code Review
Browse files

Merge "Increase Gtest timeout value for vts_snapuserd_test" into main

parents 0a949a8b f41727dd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -283,6 +283,12 @@ cc_test {
    test_options: {
        // VABC mandatory in Android T per VSR.
        min_shipping_api_level: 32,
        test_runner_options: [
            {
                name: "native-test-timeout",
                value: "5m",
            },
        ],
    },
}