We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a3e7d commit d692220Copy full SHA for d692220
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
pip check
57
58
- name: Run the tests
59
- timeout-minutes: 10
+ timeout-minutes: 15
60
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && matrix.os != 'windows' }}
61
run: |
62
args="-vv -raXxs --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10 --color=yes"
0 commit comments