ceilometer: increase timeout of integration job
The current timeout is too low, when the heat stack creation time fail the job timeout is reach before the test timeout. And we didn't get the devstack logs of failing tests. Change-Id: Id43ed15fb02559aaf043cc1c65237c96205f01ed
This commit is contained in:
parent
778a6f1125
commit
e7606dbaab
@ -144,7 +144,7 @@
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 75
|
||||
timeout: 125
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
@ -155,7 +155,7 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
|
||||
export DEVSTACK_GATE_TIMEOUT=70
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_HEAT=1
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
|
Loading…
Reference in New Issue
Block a user