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:29 +0000
commite91eff43317df69d1f1f23fa240c1e96905635a3 (patch)
tree033d2957015fac67e20874bf4a70db49ce6a95d0
parent33d85680e3731ada0b488bfa234dcfedbef6cabb (diff)
downloadvndk-e91eff43317df69d1f1f23fa240c1e96905635a3.tar.gz
fix no test results caused by timeout
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>