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

Commit f41727dd authored by faqiang.zhu's avatar faqiang.zhu Committed by Daniel Zheng
Browse files

Increase Gtest timeout value for vts_snapuserd_test



The default 1min timeout value is not enough for some low performance
devices. Set it to be 5min.

Change-Id: I98dbecf652cba4f06130fcec4e8e55711790f957
Signed-off-by: default avatarfaqiang.zhu <faqiang.zhu@nxp.com>
parent 43674f52
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",
            },
        ],
    },
}