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:
Jack Yu 2020-12-11 16:01:45 +08:00 committed by Jia Jia
parent b2bee2be31
commit d9784393da

View file

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