Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase waiting time in tests
midPoint might take longer to start in some environments
  • Loading branch information
Slavek Licehammer committed Feb 23, 2022
1 parent dc3294a commit 52d72da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.bash
Expand Up @@ -12,7 +12,7 @@ function generic_wait_for_log () {
FAILURE="$4"
ADDITIONAL_CONTAINER_NAME=$5
ATTEMPT=0
MAX_ATTEMPTS=20
MAX_ATTEMPTS=30
DELAY=10

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

0 comments on commit 52d72da

Please sign in to comment.