From 053855503b272bb3df55670be40c8eb6c0c41c3b Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Mon, 10 Apr 2017 10:00:54 +0530 Subject: 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 --- ci/envs/host-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg