Skip to content

Commit

Permalink
[CI] Increase timeout (elastic#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 25, 2021
1 parent 530af4f commit 8686343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
issueCommentTrigger('(?i)(.*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*|/test(?:all))')
}
options {
timeout(time: 1, unit: 'HOURS')
timeout(time: 3, unit: 'HOURS')
timestamps()
ansiColor('xterm')
disableResume()
Expand Down
2 changes: 1 addition & 1 deletion .ci/integrationTestDownstream.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
BUILD_OPTS = "${params.BUILD_OPTS}"
}
options {
timeout(time: 1, unit: 'HOURS')
timeout(time: 3, unit: 'HOURS')
timestamps()
ansiColor('xterm')
disableResume()
Expand Down

0 comments on commit 8686343

Please sign in to comment.