mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
bump android timeout to 30 min
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c088e7b651
commit
c3ad0a7b21
@ -4,7 +4,7 @@ pipeline {
|
|||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
/* Prevent Jenkins jobs from running forever */
|
/* Prevent Jenkins jobs from running forever */
|
||||||
timeout(time: 25, unit: 'MINUTES')
|
timeout(time: 30, unit: 'MINUTES')
|
||||||
/* Limit builds retained */
|
/* Limit builds retained */
|
||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '90',
|
numToKeepStr: '90',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user