Skip to content

Commit

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

0 comments on commit 7b9634e

Please sign in to comment.