Skip to content

Commit

Permalink
Try to deal w/ timeouts in curl test
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Sep 11, 2024
1 parent c78b6a4 commit 32cb661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
steps:
- name: Check tile URLs work
run: |
curl -v -f -o "/tmp/test.tif" "https://s3.amazonaws.com/elevation-tiles-prod/geotiff/12/646/1537.tif"
curl -v -f --fail-early --connect-timeout 30 --max-time 30 -o "/tmp/test.tif" "https://s3.amazonaws.com/elevation-tiles-prod/geotiff/12/646/1537.tif"
- uses: actions/checkout@v4

Expand Down

0 comments on commit 32cb661

Please sign in to comment.