Skip to content

Commit

Permalink
fix: sleep 30 before website status check
Browse files Browse the repository at this point in the history
  • Loading branch information
abelr20 committed Aug 23, 2024
1 parent e61c769 commit 608c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
EXPECTED_STATUS_CODE=200
# Loop until the website returns the expected status code
sleep 10
sleep 30
while true; do
# Send a HEAD request to the website and capture the HTTP status code
HTTP_STATUS=$(curl -s -o /dev/null -w "%{http_code}" $WEBSITE_URL)
Expand Down

0 comments on commit 608c4c8

Please sign in to comment.