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

Commit a52f95e5 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

iorap: Increase timeout from 66sec to 30min for iorap-functional-tests

inode2filename is a bit slower now so it takes a while for the compiler
to finish. Increase timeout to compensate.

Bug: 150462358
Test: atest iorap-functional-tests
Change-Id: If1e017ad3c2c441b96dceadd91eb340fdf24302c
parent 3fc5e2c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>