Merge "Extend test timeout value from 180s to 600s" am: 276369a3df

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1525581

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I16ae7e3114b89738237b8ab6d1cbe586162663e9
This commit is contained in:
Treehugger Robot 2020-12-16 04:00:45 +00:00 committed by Automerger Merge Worker
commit 29a6aa191d

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>