Build package timeout increase to 2h
Some package are reaching the timeout. For example, building python-pandas (needed by Gnocchi) can take a little bit than 1h30. It already built once, then the other times, it failed, as it took a bit longer. Increasing the timeout from 90 mins to 120 should make it possible to build such backports. Change-Id: I16883c9b7b7709432f50ee26578cb287a9a44ee6
This commit is contained in:
parent
316551e7ed
commit
68f5e9576d
@ -21,7 +21,7 @@
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 90
|
||||
timeout: 120
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
@ -37,7 +37,7 @@
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 90
|
||||
timeout: 120
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
|
Loading…
Reference in New Issue
Block a user