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 4121f29 commit 4b63715Copy full SHA for 4b63715
.github/workflows/ci.yaml
@@ -78,7 +78,7 @@ jobs:
78
env:
79
NOX_SESSION: ${{ matrix.nox-session }}
80
run: nox -R -e "$NOX_SESSION"
81
- timeout-minutes: 10
+ timeout-minutes: 2
82
83
# This job runs if all the `nox` matrix jobs ran and succeeded.
84
# It is only used to have a single job that we can require in branch
@@ -185,7 +185,7 @@ jobs:
185
--platform linux/${{ matrix.arch }} \
186
localhost/nox-cross-arch:latest \
187
bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R -e ${{ matrix.nox-session }}"
188
- timeout-minutes: 30
+ timeout-minutes: 6
189
190
# This ensures that the runner has access to the pip cache.
191
- name: Reset pip cache ownership
0 commit comments