mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
ci: bump timeout for tests to 15 minutes
We've been seing longer runs on release CI for nightlies, possibly due to more than 2 parallel builds running on one host. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7e1af5b80d
commit
c008c01bc1
@ -9,7 +9,7 @@ pipeline {
|
|||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
/* Prevent Jenkins jobs from running forever */
|
/* Prevent Jenkins jobs from running forever */
|
||||||
timeout(time: 10, unit: 'MINUTES')
|
timeout(time: 15, unit: 'MINUTES')
|
||||||
/* Limit builds retained */
|
/* Limit builds retained */
|
||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '10',
|
numToKeepStr: '10',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user