Skip to content

Commit

Permalink
fix: wait for Kong to come up better
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Dec 15, 2023
1 parent eb87dc7 commit b6af76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/setup_kong.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ docker run -d --name $GATEWAY_CONTAINER_NAME \
$KONG_IMAGE

waitContainer "Kong" 8001 0.2
curl --retry 12 --retry-all-errors http://localhost:8001
1 change: 1 addition & 0 deletions .ci/setup_kong_ee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ docker run -d --name $GATEWAY_CONTAINER_NAME \
$KONG_IMAGE

waitContainer "Kong" 8001 0.2
curl --retry 12 --retry-all-errors http://localhost:8001

0 comments on commit b6af76f

Please sign in to comment.