Merge pull request #19671 from edx/youngstrom/bump-bokchoy-timeout
Bump timeout for bokchoy
This commit is contained in:
@@ -29,7 +29,7 @@ pipeline {
|
||||
agent { label "jenkins-worker" }
|
||||
options {
|
||||
timestamps()
|
||||
timeout(60)
|
||||
timeout(75)
|
||||
}
|
||||
stages {
|
||||
stage('Mark build as pending on Github') {
|
||||
|
||||
Reference in New Issue
Block a user