Merge "iorap: Increase timeout from 66sec to 30min for iorap-functional-tests" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-02-28 19:55:39 +00:00
committed by Android (Google) Code Review

View File

@@ -48,6 +48,8 @@
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="com.google.android.startop.iorap.tests" />
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
<!-- test-timeout unit is ms, value = 30 min -->
<option name="test-timeout" value="1800000" />
</test>
</configuration>