Jenkinsfile-compile increase timeout

This commit is contained in:
Daniel Agar
2023-07-25 10:56:45 -04:00
parent beb5fc5eb6
commit 6d4ec4e623
+1 -1
View File
@@ -169,7 +169,7 @@ pipeline {
}
options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 90, unit: 'MINUTES')
timeout(time: 120, unit: 'MINUTES')
}
}