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

Commit 96c5cf80 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "In order to give devs better local parity with CI and decouple from CI,...

Merge "In order to give devs better local parity with CI and decouple from CI, migrate config to the repo." into main
parents 2fbf3995 c5bc781a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -22,6 +22,13 @@
    <option name="exclude-paths" value="java" />
    <option name="use-robolectric-resources" value="true" />

    <!-- attempt to always show Tradefed errors -->
    <option name="do-not-swallow-runner-errors" value="true" />

    <!-- prevent Tradefed from hanging indefinitely in CI -->
    <option name="socket-timeout" value="600000" />
    <option name="test-case-timeout" value="2m" />

    {EXTRA_CONFIGS}

    <test class="com.android.tradefed.testtype.IsolatedHostTest" >