diff options
author | Igor Murashkin <iam@google.com> | 2020-02-28 10:01:59 -0800 |
---|---|---|
committer | Igor Murashkin <iam@google.com> | 2020-02-28 10:01:59 -0800 |
commit | a52f95e589f8cc9bd684561e6679ca05015c897e (patch) | |
tree | fada068f0260ee5b450baaca5a2f0efdb415a01e /startop/iorap | |
parent | 3fc5e2c322eeb04fd552979e6f355d2069606c23 (diff) |
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
Diffstat (limited to 'startop/iorap')
-rw-r--r-- | startop/iorap/functional_tests/AndroidTest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/startop/iorap/functional_tests/AndroidTest.xml b/startop/iorap/functional_tests/AndroidTest.xml index ef56fc827420..3d5a2294f8d5 100644 --- a/startop/iorap/functional_tests/AndroidTest.xml +++ b/startop/iorap/functional_tests/AndroidTest.xml @@ -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> |