Skip to content

Commit

Permalink
⚡️ CI: test timeout on wget
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Dec 19, 2024
1 parent cb466b3 commit 1f04125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
python util/create_transformed_parquet.py --justgeodf
python util/insert_testing_data.py
sudo mkdir -p /opt/iem/config
sudo wget -q -O /opt/iem/config/navbar.json https://raw.githubusercontent.com/akrherz/iem/main/config/navbar.json
sudo wget --timeout=10 -q -O /opt/iem/config/navbar.json https://raw.githubusercontent.com/akrherz/iem/main/config/navbar.json
- name: Run Tests
run: |
Expand Down

0 comments on commit 1f04125

Please sign in to comment.