Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
[CI] Increase timeout (#1070) (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 26, 2021
1 parent 4e4431e commit 780da97
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 @@ -21,7 +21,7 @@ pipeline {
issueCommentTrigger('(?i)(.*(?:jenkins\\W+)?run\\W+(?:the\\W+)?tests(?:\\W+please)?.*|/test(?:all))')
}
options {
timeout(time: 2, unit: 'HOURS')
timeout(time: 3, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '100'))
timestamps()
ansiColor('xterm')
Expand Down
2 changes: 1 addition & 1 deletion .ci/integrationTestDownstream.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
DISABLE_BUILD_PARALLEL = "${params.DISABLE_BUILD_PARALLEL}"
}
options {
timeout(time: 2, unit: 'HOURS')
timeout(time: 3, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '300', artifactNumToKeepStr: '300'))
timestamps()
ansiColor('xterm')
Expand Down

0 comments on commit 780da97

Please sign in to comment.