Merge pull request #19671 from edx/youngstrom/bump-bokchoy-timeout

Bump timeout for bokchoy
This commit is contained in:
Michael Youngstrom
2019-01-28 13:17:51 -05:00
committed by GitHub

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') {