commit | aab6678cb46ea588964d9eb0d00e74258fd4573c | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Thu Sep 10 01:36:11 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 10 01:36:11 2020 +0000 |
tree | 90998630e65b8abb32b88f379c3d293e594a1c56 | |
parent | f9d897c0ce6750eb9958a24d0b77829e4969993f [diff] | |
parent | e551cc102e570dde10dc50edcd13cd3cea8fd334 [diff] |
Merge "Increase NNAPI VTS single-test timeout to 20m." am: e551cc102e Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1380711 Change-Id: I17f3ca8aeaa66e2bcc6a1b0613e76230faea2a9a
diff --git a/neuralnetworks/1.2/vts/functional/AndroidTest.xml b/neuralnetworks/1.2/vts/functional/AndroidTest.xml index 3f91618..5396d85 100644 --- a/neuralnetworks/1.2/vts/functional/AndroidTest.xml +++ b/neuralnetworks/1.2/vts/functional/AndroidTest.xml
@@ -28,5 +28,6 @@ <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> <option name="module-name" value="VtsHalNeuralnetworksV1_2TargetTest" /> + <option name="native-test-timeout" value="20m" /> </test> </configuration>
diff --git a/neuralnetworks/1.3/vts/functional/AndroidTest.xml b/neuralnetworks/1.3/vts/functional/AndroidTest.xml index e5acd90..c418aaa 100644 --- a/neuralnetworks/1.3/vts/functional/AndroidTest.xml +++ b/neuralnetworks/1.3/vts/functional/AndroidTest.xml
@@ -28,5 +28,6 @@ <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> <option name="module-name" value="VtsHalNeuralnetworksV1_3TargetTest" /> + <option name="native-test-timeout" value="20m" /> </test> </configuration>