bump ios timeout to 35 min because prep stage can take long
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a64674907e
commit
60f1e485d6
|
@ -3,7 +3,7 @@ pipeline {
|
||||||
|
|
||||||
options {
|
options {
|
||||||
/* Prevent Jenkins jobs from running forever */
|
/* Prevent Jenkins jobs from running forever */
|
||||||
timeout(time: 25, unit: 'MINUTES')
|
timeout(time: 35, unit: 'MINUTES')
|
||||||
/* Limit builds retained */
|
/* Limit builds retained */
|
||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '60',
|
numToKeepStr: '60',
|
||||||
|
|
Loading…
Reference in New Issue