commit | 8fc5a4fb88e887d67b854da8557810a515890c87 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Tue Jan 25 19:32:22 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 25 19:32:22 2022 +0000 |
tree | 3261a79e66dee8ba14619cda733182ba905e60c2 | |
parent | 553abe8b299159c2f56bd59c027ca3cdf16c6066 [diff] | |
parent | 8a76d40f99ec4c8ae0f41fde2d4c3e90c262b36f [diff] |
VTSHalAudio: Increase test timeout for V6 and V7 am: 8a76d40f99 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/16712045 Change-Id: Ie29539a4b5303ed60189dc7f677b3ba9683ae252
diff --git a/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml b/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml index f035baf..ae57125 100644 --- a/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml +++ b/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml
@@ -34,5 +34,6 @@ <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> <option name="module-name" value="VtsHalAudioV6_0TargetTest" /> + <option name="native-test-timeout" value="5m" /> </test> </configuration>
diff --git a/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml b/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml index 6635f31..55dbaf1 100644 --- a/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml +++ b/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml
@@ -34,5 +34,6 @@ <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> <option name="module-name" value="VtsHalAudioV7_0TargetTest" /> + <option name="native-test-timeout" value="5m" /> </test> </configuration>