Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73b595f5 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

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
parent 5863c4ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>