Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 30da21d

Browse files
authored
Update check-test-release.yml
1 parent 979b73c commit 30da21d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-test-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
if: startsWith(github.ref, 'refs/tags') || github.event_name == 'pull_request' || github.event_name == 'schedule' || github.repository_owner != 'iterative'
3535
name: Test ${{ matrix.os }} with py${{ matrix.python }}
3636
runs-on: ${{ matrix.os }}
37-
timeout-minutes: 30
3837
strategy:
3938
matrix:
4039
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -76,7 +75,7 @@ jobs:
7675
pip install --upgrade pip setuptools wheel
7776
pip install pre-commit .[tests] --use-deprecated=legacy-resolver
7877
- name: Run tests
79-
timeout-minutes: 15
78+
timeout-minutes: 30
8079
run: pytest
8180
env:
8281
GITHUB_USERNAME: ${{ secrets.GH_USERNAME }}

0 commit comments

Comments
 (0)