Increasing the cyclictest execution time. 71/33171/1
authorkalyanreddy <reddyx.gundarapu@intel.com>
Mon, 10 Apr 2017 04:30:54 +0000 (10:00 +0530)
committerkalyanreddy <reddyx.gundarapu@intel.com>
Mon, 10 Apr 2017 04:30:54 +0000 (10:00 +0530)
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>
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