Skip to content

Commit

Permalink
extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Aug 12, 2024
1 parent c2d9cb1 commit ccf42ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/wait_for_keycloak_import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONTAINER_NAME="keycloak"
CONTAINER_ENGINE=""
SUCCESS_LOG_ENTRY="Keycloak.*started in \d+ms"
START_SECONDS="$SECONDS"
TIMEOUT="60"
TIMEOUT="90"

command_exists() {
command -v "$1" >/dev/null
Expand Down

0 comments on commit ccf42ae

Please sign in to comment.