diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-18 07:20:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-18 07:20:43 +0000 |
commit | 5adc0df39c58ad2f44aa538c906fdc2fafff2450 (patch) | |
tree | 4eea199e8508a9e3863863f8baa677ba02a42879 /ci/config_functest.yaml | |
parent | 7fdcc01c163f1527b578d1793889dc2eed5ec78e (diff) | |
parent | c518c53072d82fe2e5baa1e403cadabd2e029d32 (diff) |
Merge "Make the healthcheck sleep time configurable" into stable/colorado
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index d6497678a..fe2a2d6fe 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -56,6 +56,7 @@ general: healthcheck: disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img disk_format: qcow2 + wait_time: 60 vping: ping_timeout: 200 |