Merge "Increasing the cyclictest execution time."
authorJiang, Yunhong <yunhong.jiang@intel.com>
Mon, 17 Apr 2017 16:31:14 +0000 (16:31 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 17 Apr 2017 16:31:14 +0000 (16:31 +0000)
ci/envs/host-config

index 2ad4b3e..54d262a 100755 (executable)
@@ -52,7 +52,7 @@ function setHostIP {
 function setTestTime {
    test_type=$1
    if [ ${test_type} == "verify" ];then
-      test_time=1000 # 1s
+      test_time=120000 # 2m
    elif [ ${test_type} == "daily" ];then
       test_time=3600000 # 1hr
    else