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

Commit c25a9da3 authored by Julien Desprez's avatar Julien Desprez
Browse files

Increase adb-remount timeout

Unblocked the previous error we are now reaching the
default 5min timeout which is too short for this test.
Increase it to 1h.

Test: None
Bug: 117670584
Change-Id: I7fe40e54a7fb978392ee919226c0f05413e7349e
parent e44bf1a4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
    <!-- This test requires a device, so it's not annotated with a null-device -->
    <test class="com.android.tradefed.testtype.binary.ExecutableHostTest" >
        <option name="binary" value="adb-remount-test.sh" />
        <!-- Increase default timeout as script is quite long -->
        <option name="per-binary-timeout" value="1h" />
    </test>
</configuration>