Skip to content

Commit 266a2a9

Browse files
longer timeout
1 parent e039e4c commit 266a2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
tests-linux:
1818
name: run / ${{ matrix.python-version }} / Linux
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 25
20+
timeout-minutes: 60
2121
strategy:
2222
fail-fast: false
2323
matrix:
@@ -169,7 +169,7 @@ jobs:
169169
tests-windows:
170170
name: run / ${{ matrix.python-version }} / Windows
171171
runs-on: windows-latest
172-
timeout-minutes: 25
172+
timeout-minutes: 60
173173
needs: tests-linux
174174
strategy:
175175
fail-fast: false

0 commit comments

Comments
 (0)