mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user