Increase the timeout for NfcHidlTargetProfilingTest to 20mins

* The test takes ~15m to finish. Most time spent on parsing the trace
  file by python. Prefer to increase the timeout for now and fix the
  python part later.

Test: run vts -m NfcHidlTargetProfilingTest
Change-Id: I7e5c466985381e909044a193060cd12ed2ef3b51
This commit is contained in:
Zhuoyao Zhang 2017-01-10 19:33:41 -08:00
parent 5863c4ca84
commit 73b595f53f

View file

@ -25,7 +25,7 @@
_64bit::DATA/nativetest64/nfc_hidl_hal_test/nfc_hidl_hal_test,
"/>
<option name="binary-test-type" value="gtest" />
<option name="test-timeout" value="10m" />
<option name="test-timeout" value="20m" />
<option name="enable-profiling" value="true" />
</test>
</configuration>