Skip to content

Commit

Permalink
Merge pull request #504 from UIUCLibrary/dev
Browse files Browse the repository at this point in the history
CI: Jenkinsfile - timeout after an hour in the Testing Chocolatey
  • Loading branch information
henryborchers authored Dec 8, 2023
2 parents b5cba60 + 178448c commit a449f96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,9 @@ pipeline {
equals expected: true, actual: params.TEST_STANDALONE_PACKAGE_DEPLOYMENT
beforeAgent true
}
options {
timeout(time: 2, unit: 'HOURS')
}
stages{
stage('Install'){
steps{
Expand Down

0 comments on commit a449f96

Please sign in to comment.