diff options
author | Jiang, Yunhong <yunhong.jiang@intel.com> | 2017-04-17 16:31:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-17 16:31:14 +0000 |
commit | f9bc056239a4bad52403e96ae6b4d14eaedd012a (patch) | |
tree | 57610ab9c2eccbaeaf2ddd9b573aa0b2153b9b83 | |
parent | 5e109e88c59fe548ba73b3c01bdabb2250ada5f7 (diff) | |
parent | 053855503b272bb3df55670be40c8eb6c0c41c3b (diff) |
Merge "Increasing the cyclictest execution time."
-rwxr-xr-x | ci/envs/host-config | 2 |
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 |