summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweijuncheng <weijuncheng@xiaomi.com>2018-12-27 10:23:09 +0800
committerweijuncheng <weijuncheng@xiaomi.com>2018-12-27 10:23:15 +0800
commit2d45004a269dca941e24efe86c7d752cb5d699c0 (patch)
tree7208b9dbaaa4252210fdf1901d85b935ea706d53
parent9e78d84245a71b76904e531d90dc280bcda203ef (diff)
downloadvndk-2d45004a269dca941e24efe86c7d752cb5d699c0.tar.gz
Enlarge timeout value for vts one test case
Test: run vts -m VtsVndkDependency -t VtsVndkDependency#testElfDependency Root cause: The case will pull /odm /vendor image in the test device, however, it will Interrupt main thread because the device didnot finish the pull command in 3min Solution: Enlarge timeout value for VtsVndkDependency test Bug:122028543 Change-Id: I6300c7eb8a3330930522847c05287cc7bae7a9d9 Signed-off-by: weijuncheng <weijuncheng@xiaomi.com>
-rw-r--r--dependency/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dependency/AndroidTest.xml b/dependency/AndroidTest.xml
index 4f2176b..70c3138 100644
--- a/dependency/AndroidTest.xml
+++ b/dependency/AndroidTest.xml
@@ -21,6 +21,7 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="VtsVndkDependency" />
<option name="test-case-path" value="vts/testcases/vndk/dependency/VtsVndkDependencyTest" />
+ <option name="test-timeout" value="6m" />
</test>
</configuration>