Merge "Increase adb-remount timeout"

This commit is contained in:
Treehugger Robot 2019-04-08 15:13:47 +00:00 committed by Gerrit Code Review
commit 66b0c31f60

View file

@ -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>