Skip to content

Commit d692220

Browse files
committed
increase timeout
1 parent a0a3e7d commit d692220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
pip check
5757
5858
- name: Run the tests
59-
timeout-minutes: 10
59+
timeout-minutes: 15
6060
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && matrix.os != 'windows' }}
6161
run: |
6262
args="-vv -raXxs --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes"

0 commit comments

Comments
 (0)