audio: Set test timeout for effect tests back to 10m
For b/350998390, we have increased the timeout for "Core"
tests to `30m`. As it was suggested on b/350998390#comment11,
tests for "Effect" should retain `10m` timeout. It is now
possible to make this change as the XML config files for tests
were split.
Bug: 350998390
Test: atest VtsHalAudioEffectTargetTest
Change-Id: I0bdda0b02888d54ce7f171827f4f9b499b63e3e6
diff --git a/audio/aidl/vts/VtsHalAudioEffectTargetTestTemplate.xml b/audio/aidl/vts/VtsHalAudioEffectTargetTestTemplate.xml
index 4170b4c..c92e852 100644
--- a/audio/aidl/vts/VtsHalAudioEffectTargetTestTemplate.xml
+++ b/audio/aidl/vts/VtsHalAudioEffectTargetTestTemplate.xml
@@ -33,6 +33,6 @@
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp" />
<option name="module-name" value="{MODULE}" />
- <option name="native-test-timeout" value="30m" />
+ <option name="native-test-timeout" value="10m" />
</test>
</configuration>