Increase packaging-deb timeouts
Some build jobs may run for more than 30 minutes. Indeed, building something like Nova or Neutron may include unit tests, and this can take 1h30 if run on a single thread (which is currently the case). Therefore, increasing the timeout from 30 to 90 minutes. Change-Id: If6a160d94dc4a71852063a42d1bbacb82970e857
This commit is contained in:
parent
2925a1f100
commit
944b7c62f4
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
timeout: 30
|
timeout: 90
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
timeout: 30
|
timeout: 90
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
timeout: 30
|
timeout: 90
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
- build-timeout:
|
- build-timeout:
|
||||||
timeout: 30
|
timeout: 90
|
||||||
- timestamps
|
- timestamps
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
|
Loading…
Reference in New Issue
Block a user