Increasing the cyclictest execution time.
[kvmfornfv.git] / 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