commit | 73b595f53fd9cb67887c867e8d90d227c0050063 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Tue Jan 10 19:33:41 2017 -0800 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Tue Jan 10 19:37:24 2017 -0800 |
tree | f501e5bbfc32830ed465ea0a85ce94ae627af34f | |
parent | 5863c4ca84b8d42bd27bf1f684bf4ac95eb0f876 [diff] |
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
diff --git a/nfc/1.0/vts/functional/vts/testcases/hal/nfc/hidl/target_profiling/AndroidTest.xml b/nfc/1.0/vts/functional/vts/testcases/hal/nfc/hidl/target_profiling/AndroidTest.xml index da6cf22..42c7e22 100644 --- a/nfc/1.0/vts/functional/vts/testcases/hal/nfc/hidl/target_profiling/AndroidTest.xml +++ b/nfc/1.0/vts/functional/vts/testcases/hal/nfc/hidl/target_profiling/AndroidTest.xml
@@ -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>