VTSHalAudio: Increase test timeout for V6 to 10 minutes

TV devices can list a lot of configurations and have low
performing CPUs which causes the test to run for a significant
amount of time. From b/229824670 it seems that 10 minutes
should be enough.

Bug: 229824670
Test: atest VtsHalAudioV6_0TargetTest
Change-Id: Id7fa8eaa98bf2437fd1f676b9e5a7290df260fbd
(cherry picked from commit 0b9b03eb71)
This commit is contained in:
Mikhail Naganov
2022-04-21 18:52:32 +00:00
parent 0638fc1ede
commit 2f7d57651a

View File

@@ -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="10m" />
</test>
</configuration>