summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIris Chang <iris.chang@mediatek.com>2019-01-23 17:01:05 +0800
committerrobertchou <robertchou@google.com>2019-02-28 16:31:37 +0800
commit821cead44285daf1d0f5b61d13704b4e6d09a570 (patch)
tree686bd2339ec72406e44aba34d7d49b5fab810268
parent757a198628fcd0ab09bb29e961724ac6dc7e9541 (diff)
downloadplatform_test_vts-testcase_kernel-821cead44285daf1d0f5b61d13704b4e6d09a570.tar.gz
platform_test_vts-testcase_kernel-821cead44285daf1d0f5b61d13704b4e6d09a570.tar.bz2
platform_test_vts-testcase_kernel-821cead44285daf1d0f5b61d13704b4e6d09a570.zip
Extend test case timeout value for low-end devices
For MediaTek low-end SoCs, it is not enough to finish all tests in 5 minutes. Log shows "ERROR Test timed out". When we increase timeout value, we can finish all tests. Bug: 123202162 Test: VtsKernelNetTest#testKernelNetworking Change-Id: Id4f511c1da4e20cfa99872f0c6b770aaf4790de3
-rw-r--r--api/net/AndroidTest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/net/AndroidTest.xml b/api/net/AndroidTest.xml
index 25728c82..773dd160 100644
--- a/api/net/AndroidTest.xml
+++ b/api/net/AndroidTest.xml
@@ -24,6 +24,6 @@
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="VtsKernelNetTest" />
<option name="test-case-path" value="vts/testcases/kernel/api/net/VtsKernelNetTest" />
- <option name="test-timeout" value="5m" />
+ <option name="test-timeout" value="10m" />
</test>
</configuration>