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

Commit e7a2d287 authored by Marin Shalamanov's avatar Marin Shalamanov
Browse files

Increase timeout for VtsHalGraphicsComposerV2_4TargetTest

The current timout of 5 mins is not enough for
setActiveConfigWithConstraints to complete on devices
which have ~30 display modes and which can't do seamless
switching. The test needs 8 mins to complete locally --
increasing the timeout to 15 to have some margin.

Bug: 188686850
Test: atest VtsHalGraphicsComposerV2_4TargetTest
Change-Id: I07cf1825c23e2467852d5cd93436eb9dee23b408
parent de4d1e95
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -31,6 +31,6 @@
    <test class="com.android.tradefed.testtype.GTest" >
    <test class="com.android.tradefed.testtype.GTest" >
        <option name="native-test-device-path" value="/data/local/tmp" />
        <option name="native-test-device-path" value="/data/local/tmp" />
        <option name="module-name" value="VtsHalGraphicsComposerV2_4TargetTest" />
        <option name="module-name" value="VtsHalGraphicsComposerV2_4TargetTest" />
        <option name="native-test-timeout" value="300000"/>
        <option name="native-test-timeout" value="900000"/>
    </test>
    </test>
</configuration>
</configuration>