Skip to content

Commit 7cff312

Browse files
authored
Merge pull request #2317 from sirosen/increase-testsuite-timeout
Increase the GHA testsuite timeout to 15m
2 parents cd92160 + c207669 commit 7cff312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
test:
5454
name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.pip-version }}
5555
runs-on: ${{ matrix.os }}-latest
56-
timeout-minutes: 9
56+
timeout-minutes: 15
5757
strategy:
5858
fail-fast: false
5959
matrix:

0 commit comments

Comments
 (0)