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
This commit is contained in:
parent
c96879a0ce
commit
57633e5a78
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue