From: kalyanreddy Date: Mon, 10 Apr 2017 04:30:54 +0000 (+0530) Subject: Increasing the cyclictest execution time. X-Git-Tag: opnfv-5.0.0~27^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=053855503b272bb3df55670be40c8eb6c0c41c3b Increasing the cyclictest execution time. This patch is used to increase the cyclictest test execution time as a part of kvmfornfv verify job. Change-Id: I8343222c791f6c0216e4c8d75e4637773f699c0e Signed-off-by: Gundarapu Kalyan Reddy --- 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