Skip to content

Commit

Permalink
Update main.yml with timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloBonettiPolimi authored Oct 9, 2024
1 parent 7ae6f49 commit 8c0264f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
- name: Test with pytest ⚙️
run: make test
run:
export METVIEW_PYTHON_START_TIMEOUT=20
make test
- name: Lint with flake8 ⚙️
run: make lint
if: matrix.python-version == 3.11
Expand Down

0 comments on commit 8c0264f

Please sign in to comment.