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:
parent
5863c4ca84
commit
73b595f53f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue