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

Commit 67096591 authored by Linus Nilsson's avatar Linus Nilsson
Browse files

Transcoder: Increase test timeout

Speculatively bumping the test timeout to 30m to see if it solves
test flakiness.

Bug: 184992230
Test: Build and run unit tests.
Change-Id: Ie1903bc9f67d317fd3bee862208e4ee7e5297b59
parent 02ebd761
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    <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="10m" />
        <option name="native-test-timeout" value="30m" />
    </test>
</configuration>