Skip to content

Commit

Permalink
fix web timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sostrovskyi committed Oct 12, 2022
1 parent 5636d45 commit deaa0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile.gosh-prepare-rc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pipeline {
script {
timeout(15) {
waitUntil {
def r = sh script: "sleep 420 && curl -s --retry-connrefused --retry 100 --retry-delay 5 https://${DOCKER_WEB_CONTAINER_NAME}.gosh.sh > /dev/null", returnStatus: true
def r = sh script: "sleep 200 && curl -s --retry-connrefused --retry 100 --retry-delay 5 https://${DOCKER_WEB_CONTAINER_NAME}.gosh.sh > /dev/null", returnStatus: true
return r == 0
}
}
Expand Down

0 comments on commit deaa0aa

Please sign in to comment.