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

Commit

Permalink
chore: increase build timeout to 90 minutes (#2139) (#2186)
Browse files Browse the repository at this point in the history
# Conflicts:
#	.ci/Jenkinsfile
  • Loading branch information
mdelapenya authored Feb 28, 2022
1 parent 06778b3 commit a30bf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ pipeline {
RUN_ID = UUID.randomUUID().toString()
}
options {
timeout(time: 1, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20', daysToKeepStr: '30'))
timeout(time: 90, unit: 'MINUTES')
buildDiscarder(logRotator(numToKeepStr: '200', artifactNumToKeepStr: '30', daysToKeepStr: '30'))
timestamps()
ansiColor('xterm')
disableResume()
Expand Down

0 comments on commit a30bf4d

Please sign in to comment.