Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2c406b5 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

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
parent 09a801c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>