summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-04-10 10:00:54 +0530
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-04-10 10:00:54 +0530
commit053855503b272bb3df55670be40c8eb6c0c41c3b (patch)
tree85afc7cabad2e61372a9c3eec2908937307f54b5
parent69801e7ea3995cafcbf7d621e2e2b422732f7b47 (diff)
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 <reddyx.gundarapu@intel.com>
-rwxr-xr-xci/envs/host-config2
1 files changed, 1 insertions, 1 deletions
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