TEST: increase the timeout on the linting jobs

This commit is contained in:
Calen Pennington
2019-10-01 11:11:58 -04:00
parent 86be8d124a
commit 2fa5ff0067

View File

@@ -45,7 +45,7 @@ pipeline {
options {
sendSplunkConsoleLog()
timestamps()
timeout(60)
timeout(120)
}
stages {
stage('Mark build as pending on Github') {