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

Commit f6522567 authored by Yin-Chia Yeh's avatar Yin-Chia Yeh
Browse files

Camera: fix the VTS test timeout to be 30min

Test: test failure is gone
Bug: 159413657
Change-Id: Id1a350081241910463614960c6fdda3d7e32eddc
parent da96bb52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@
    <test class="com.android.tradefed.testtype.GTest" >
        <option name="native-test-device-path" value="/data/local/tmp" />
        <option name="module-name" value="VtsHalCameraProviderV2_4TargetTest" />
        <option name="native-test-timeout" value="180000"/>
        <option name="native-test-timeout" value="1800000"/> <!-- 30 min -->
    </test>
</configuration>