commit | 8a76d40f99ec4c8ae0f41fde2d4c3e90c262b36f | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Jan 21 21:23:04 2022 +0000 |
committer | Mikhail Naganov <mnaganov@google.com> | Tue Jan 25 01:43:38 2022 +0000 |
tree | 3261a79e66dee8ba14619cda733182ba905e60c2 | |
parent | 2b2846855fecf4d9942bbb483b15c6c493d6b8f6 [diff] |
VTSHalAudio: Increase test timeout for V6 and V7 V6 and V7 use actual device audio configuration when testing I/O streams functionality. On low-end TV devices this can cause the test to run for significant time due to lower CPU speed and the amount of multichannel configurations. From testing on real devices, the timeout value of 5 minutes seems to be adequate. Bug: 211945822 Test: atest VtsHalAudioV6_0TargetTest Change-Id: Ie233e014f9f3650f58319c4d5f5a836cfdea87ba (cherry picked from commit 57633e5a78cd026897b4a5325a17166bd78b5fe9) Merged-In: Ie233e014f9f3650f58319c4d5f5a836cfdea87ba
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>