Skip to content

Commit

Permalink
Upd: Increase the timeout for keycloak startup
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Dec 6, 2023
1 parent 2ab0ec1 commit e7eb0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-keycloak-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set +e

CONTAINER_API="keycloak"
TIMEOUT=120 # Timeout value in seconds
TIMEOUT=600 # Timeout value in seconds
WAIT_INTERVAL=1 # Interval to check

echo "Waiting for Keycloak to start..."
Expand Down

0 comments on commit e7eb0a4

Please sign in to comment.