diff --git a/jenkins/jobs/nodepool.yaml b/jenkins/jobs/nodepool.yaml index d56c2b479c..52b2db5649 100644 --- a/jenkins/jobs/nodepool.yaml +++ b/jenkins/jobs/nodepool.yaml @@ -4,7 +4,7 @@ wrappers: - build-timeout: - timeout: 125 + timeout: 65 - timestamps builders: @@ -14,7 +14,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=120 + export DEVSTACK_GATE_TIMEOUT=60 # Disable tempest as nodepool is talking to the cloud not tempest. export DEVSTACK_GATE_TEMPEST=0 # Use neutron as the public clouds in use are neutron based.