Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 4, 2024
1 parent 4850d85 commit 648bcd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
timeout-minutes: 25
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# python -m pytest -c py3pytest.ini -vvvsss test/
- name: Test with pytest and coverage
if: ${{ matrix.python-version == env.PYTHON_COVERAGE }}
timeout-minutes: 24
timeout-minutes: 29
run: |
pip list
python --version
Expand Down

0 comments on commit 648bcd1

Please sign in to comment.