summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqianyou <qianyou@xiaomi.com>2021-08-12 10:16:40 +0800
committer钱友 <qianyou@xiaomi.com>2021-08-16 02:09:40 +0000
commit4aefbe2d2d797ec4eb78bd4a2a712bebb3ff7ab9 (patch)
tree77ee0dc737e96190113313f476d041cc3c1469b4
parent992ef4ea06448a443fdba459ef4a034400b91e38 (diff)
downloadvndk-4aefbe2d2d797ec4eb78bd4a2a712bebb3ff7ab9.tar.gz
fix no test results caused by timeoutandroid-s-beta-5android-s-beta-5
In our project, running command vts_vndk_dependency_test takes about 7 minutes. The timeout of this case was set to 6 minutes, which caused the process execution to be cancelled, and finally there is no test result. So we should increase the test-timeout to 10 minutes. Bug:196522394 Test:run vts -m vts_vndk_dependency_test Signed-off-by: qianyou <qianyou@xiaomi.com> Change-Id: Ibc3b6268f1bd2ca79b5f43a8d7820a700b6e90b3
-rw-r--r--dependency/vts_vndk_dependency_test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dependency/vts_vndk_dependency_test.xml b/dependency/vts_vndk_dependency_test.xml
index f0f37c7..0a15678 100644
--- a/dependency/vts_vndk_dependency_test.xml
+++ b/dependency/vts_vndk_dependency_test.xml
@@ -17,7 +17,7 @@
<target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
<test class="com.android.tradefed.testtype.python.PythonBinaryHostTest">
<option name="par-file-name" value="vts_vndk_dependency_test" />
- <option name="test-timeout" value="6m" />
+ <option name="test-timeout" value="10m" />
</test>
</configuration>