Jenkins: HIL increase timeout

- occasionally we have a considerable backlog
This commit is contained in:
Daniel Agar
2021-09-29 20:37:07 -04:00
parent 63e29b821c
commit f3a904c109
+1 -1
View File
@@ -825,7 +825,7 @@ pipeline {
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '30', artifactDaysToKeepStr: '60')) buildDiscarder(logRotator(numToKeepStr: '30', artifactDaysToKeepStr: '60'))
timeout(time: 120, unit: 'MINUTES') timeout(time: 180, unit: 'MINUTES')
skipDefaultCheckout() skipDefaultCheckout()
} }
} }