Skip to content

Commit

Permalink
back MAX_ATTEMPTS value
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Sep 28, 2018
1 parent 0939675 commit 7931731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function wait_for_midpoint_start () {
CONTAINER_NAME=$1
DATABASE_CONTAINER_NAME=$2
ATTEMPT=0
MAX_ATTEMPTS=30
MAX_ATTEMPTS=20
DELAY=10

until [[ $ATTEMPT = $MAX_ATTEMPTS ]]; do
Expand Down

0 comments on commit 7931731

Please sign in to comment.