Skip to content

Commit

Permalink
ci: Define a timeout while checking site availability
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Apr 8, 2024
1 parent ddffd37 commit 8f772dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-stack-start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
echo "::endgroup::"
done || exit 1
echo "::group::curl http://${{ env.GK_FQDN }}:3${g}1"
curl -v --fail-with-body http://${{ env.GK_FQDN }}:3${g}1
curl -v --connect-timeout 5 --fail-with-body http://${{ env.GK_FQDN }}:3${g}1
echo "::endgroup::"
done
Expand Down

0 comments on commit 8f772dd

Please sign in to comment.