summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqianyou <qianyou@xiaomi.com>2021-08-12 10:16:40 +0800
committerHsin-Yi Chen <hsinyichen@google.com>2021-08-20 16:29:54 +0800
commit983b26caeb618da8e2516054cfd5cd8940f4f701 (patch)
treea98368bac0655b84f58ff0cab287d7aa89189741
parentfecad82954e4a665ae217a61a93ebadc69865f8a (diff)
downloadvndk-983b26caeb618da8e2516054cfd5cd8940f4f701.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 Merged-In: Ibc3b6268f1bd2ca79b5f43a8d7820a700b6e90b3 (cherry picked from commit 4aefbe2d2d797ec4eb78bd4a2a712bebb3ff7ab9)
-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>