X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvs%2Fhost-config;h=54d262af4886955e64c70132b1c1c78ed61f6d52;hb=053855503b272bb3df55670be40c8eb6c0c41c3b;hp=2ad4b3eb7096ce18d148e4a25638af4a891ed14c;hpb=69801e7ea3995cafcbf7d621e2e2b422732f7b47;p=kvmfornfv.git diff --git a/ci/envs/host-config b/ci/envs/host-config index 2ad4b3eb7..54d262af4 100755 --- a/ci/envs/host-config +++ b/ci/envs/host-config @@ -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