Skip to content

Commit

Permalink
longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed May 8, 2022
1 parent e039e4c commit 266a2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tests-linux:
name: run / ${{ matrix.python-version }} / Linux
runs-on: ubuntu-latest
timeout-minutes: 25
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
tests-windows:
name: run / ${{ matrix.python-version }} / Windows
runs-on: windows-latest
timeout-minutes: 25
timeout-minutes: 60
needs: tests-linux
strategy:
fail-fast: false
Expand Down

0 comments on commit 266a2a9

Please sign in to comment.