mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
jenkins: increase iOS build timeout to 25 minutes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7c0488372d
commit
95997530c6
@ -14,7 +14,7 @@ pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 20, unit: 'MINUTES')
|
||||
timeout(time: 25, unit: 'MINUTES')
|
||||
/* Limit builds retained */
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '10',
|
||||
|
Loading…
x
Reference in New Issue
Block a user