Jenkinsfile-compile increase timeout

This commit is contained in:
Daniel Agar 2023-07-25 10:56:45 -04:00
parent beb5fc5eb6
commit 6d4ec4e623
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 90, unit: 'MINUTES')
timeout(time: 120, unit: 'MINUTES')
}
}