Bump timeout for bokchoy

This commit is contained in:
Michael Youngstrom
2019-01-28 13:10:04 -05:00
parent 49081f8a8c
commit f49f097937

View File

@@ -29,7 +29,7 @@ pipeline {
agent { label "jenkins-worker" }
options {
timestamps()
timeout(60)
timeout(75)
}
stages {
stage('Mark build as pending on Github') {