mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user