commit | a78c81b0eba2b9beb4b82a417ea4455010352d08 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Apr 22 02:29:59 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 22 02:29:59 2022 +0000 |
tree | 4d37c456d3f40b10aa8e405bcb9b1876a89e3c53 | |
parent | 58cbc578c89d46f0bc3fc0a7d00e1448d2e39d7b [diff] | |
parent | 217f6ccef4045ee3dfe195662fc5e1c32f2c53f2 [diff] |
Merge "Exclude timed power entities due to timeout mechanism" into tm-dev am: 217f6ccef4 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17818064 Change-Id: I27b32fb96e781bff896828b3e95d290a8a697ca0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml b/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml index ae57125..1e73f8a 100644 --- a/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml +++ b/audio/core/all-versions/vts/functional/VtsHalAudioV6_0TargetTest.xml
@@ -34,6 +34,6 @@ <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> <option name="module-name" value="VtsHalAudioV6_0TargetTest" /> - <option name="native-test-timeout" value="5m" /> + <option name="native-test-timeout" value="10m" /> </test> </configuration>
diff --git a/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml b/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml index 55dbaf1..f0e2695 100644 --- a/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml +++ b/audio/core/all-versions/vts/functional/VtsHalAudioV7_0TargetTest.xml
@@ -34,6 +34,6 @@ <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> <option name="module-name" value="VtsHalAudioV7_0TargetTest" /> - <option name="native-test-timeout" value="5m" /> + <option name="native-test-timeout" value="10m" /> </test> </configuration>
diff --git a/audio/core/all-versions/vts/functional/VtsHalAudioV7_1TargetTest.xml b/audio/core/all-versions/vts/functional/VtsHalAudioV7_1TargetTest.xml index 7b33a8f..7ce1477 100644 --- a/audio/core/all-versions/vts/functional/VtsHalAudioV7_1TargetTest.xml +++ b/audio/core/all-versions/vts/functional/VtsHalAudioV7_1TargetTest.xml
@@ -34,6 +34,6 @@ <test class="com.android.tradefed.testtype.GTest" > <option name="native-test-device-path" value="/data/local/tmp" /> <option name="module-name" value="VtsHalAudioV7_1TargetTest" /> - <option name="native-test-timeout" value="5m" /> + <option name="native-test-timeout" value="10m" /> </test> </configuration>