Skip to content

Commit

Permalink
return back MAX_ATTEMPTS to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Oct 3, 2018
1 parent 55b1d16 commit e85c28d
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 @@ -12,7 +12,7 @@ function generic_wait_for_log () {
FAILURE="$4"
ADDITIONAL_CONTAINER_NAME=$5
ATTEMPT=0
MAX_ATTEMPTS=40
MAX_ATTEMPTS=20
DELAY=10

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

0 comments on commit e85c28d

Please sign in to comment.