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
This commit is contained in:
Marin Shalamanov
2021-08-09 17:51:12 +02:00
parent de4d1e954f
commit e7a2d287b2

View File

@@ -31,6 +31,6 @@
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp" />
<option name="module-name" value="VtsHalGraphicsComposerV2_4TargetTest" />
<option name="native-test-timeout" value="300000"/>
<option name="native-test-timeout" value="900000"/>
</test>
</configuration>