Set nodepool dsvm timeout to 1h

The job expects to complete or run to the jenkins timeout now.

Change-Id: Ibabb8a4b89186869b39018f93b042472ed4d01a8
Depends-On: Ic562710059290b5c2191a005666257fdc65ab6e2
This commit is contained in:
James E. Blair 2015-09-21 17:19:06 -07:00
parent f34b87a3c0
commit d75b08b396
1 changed files with 2 additions and 2 deletions

View File

@ -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.