Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1661 from eclipse/cd_incTimeout
Browse files Browse the repository at this point in the history
increased timeout to 5 hrs
  • Loading branch information
cdietrich authored Mar 26, 2021
2 parents 5e722dd + 4e11cf0 commit b45691a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr:'5'))
disableConcurrentBuilds()
timeout(time: 240, unit: 'MINUTES')
timeout(time: 300, unit: 'MINUTES')
}

tools {
Expand Down

0 comments on commit b45691a

Please sign in to comment.