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

Commit 10dde119 authored by Thomas Girardier's avatar Thomas Girardier Committed by Gerrit Code Review
Browse files

Merge "[PTS-bot] Add max flaky tests to config"

parents 9f20b29e fbbd5fdc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@
        <!-- mmi2grpc is contained inside pts-bot folder -->
        <option name="mmi2grpc" value="pts-bot" />
        <option name="tests-config-file" value="pts_bot_tests_config.json" />
        <option name="max-retries" value="3" />
        <option name="max-flaky-tests" value="3" />
        <option name="max-retries-per-test" value="3" />
        <option name="physical" value="false" />
        <option name="profile" value="A2DP/SRC" />
        <option name="profile" value="A2DP/SNK" />
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
        <!-- mmi2grpc is contained inside testcases folder -->
        <option name="mmi2grpc" value="testcases" />
        <option name="tests-config-file" value="pts_bot_tests_config.json" />
        <option name="max-flaky-tests" value="3" />
        <option name="max-retries-per-test" value="3" />
        <option name="physical" value="false" />
        <option name="profile" value="A2DP/SRC" />
        <option name="profile" value="A2DP/SNK" />