Extend test timeout value from 180s to 600s
There are several test cases that may take longer duration to complete.
Extend the timeout value to ensure there is sufficient running duration.
Bug: 174717076
Test: atest VtsHalNfcV1_0TargetTest
Change-Id: I4fc15184f0715131c45247820e1edbaae511b8a3
(cherry picked from commit f916560188
)
This commit is contained in:
parent
b2bee2be31
commit
d9784393da
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@
|
|||
<test class="com.android.tradefed.testtype.GTest" >
|
||||
<option name="native-test-device-path" value="/data/local/tmp" />
|
||||
<option name="module-name" value="VtsHalNfcV1_0TargetTest" />
|
||||
<option name="native-test-timeout" value="180000"/>
|
||||
<option name="native-test-timeout" value="600000"/>
|
||||
</test>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue