Skip to content

Commit

Permalink
ci: increase overall timeout to 45 and instance timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsV2 committed Nov 8, 2023
1 parent 5f7c68b commit 9bc7211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkinsfiles/canary
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {

options {
buildDiscarder(logRotator(numToKeepStr: '5'))
timeout(time: 30)
timeout(time: 45)
}

environment {
Expand Down Expand Up @@ -116,7 +116,7 @@ pipeline {

dir('scripts/instances') {
sh "(./findByName.sh play nightly${branch} && ./restart.sh play nightly${branch}) || ./deploy-dhis2.sh play nightly${branch}"
timeout(5) {
timeout(10) {
waitFor.statusOk("${env.INSTANCE_URL}${branch}")
}
}
Expand Down

0 comments on commit 9bc7211

Please sign in to comment.