Skip to content

Commit

Permalink
Try increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Sep 14, 2024
1 parent 364ef55 commit cb93cd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install project dependencies
run: poetry install
env:
# Don't give up too soon
PIP_DEFAULT_TIMEOUT: '120'
- name: Run tests
run: poetry run pytest

Expand Down

0 comments on commit cb93cd2

Please sign in to comment.