diff --git a/.zuul.yaml b/.zuul.yaml index 30705db..7770dda 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -123,7 +123,7 @@ Integration job using Glance as image source and CentOS8 with local boot and UEFI. Images are built with diskimage-builder. parent: metalsmith-integration-base - timeout: 8200 + timeout: 8500 run: playbooks/integration/centos8-integration.yaml vars: devstack_localrc: diff --git a/playbooks/integration/exercise.yaml b/playbooks/integration/exercise.yaml index 3542232..4343a2b 100644 --- a/playbooks/integration/exercise.yaml +++ b/playbooks/integration/exercise.yaml @@ -79,7 +79,7 @@ register: ssh_result until: ssh_result is success retries: 30 - delay: 20 + delay: 30 - name: Undeploy a node command: metalsmith --debug undeploy --wait 900 test