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:
Thomas Goirand 2016-08-22 22:50:27 +02:00
parent 2925a1f100
commit 944b7c62f4
2 changed files with 4 additions and 4 deletions

View File

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

View File

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