Merge "Camera: fix the VTS test timeout to be 30min" into rvc-dev am: ef7bf24010
am: 7b04738823
am: 796dde65c0
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12036144 Change-Id: I712025be933d8c5e750cafb7cb4a2688c580c9fb
This commit is contained in:
commit
e86af07958
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue