We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b108a19 commit 0aaef73Copy full SHA for 0aaef73
1 file changed
.github/workflows/nightly.yaml
@@ -30,7 +30,7 @@ permissions: read-all
30
jobs:
31
pytest:
32
runs-on: ubuntu-22.04
33
- timeout-minutes: 60
+ timeout-minutes: 120
34
steps:
35
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36
- uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9 # v1
@@ -43,4 +43,4 @@ jobs:
43
pip install -r dev_tools/requirements/envs/pytest.env.txt
44
pip install --no-deps -e .
45
- run: |
46
- check/pytest --durations=10
+ check/pytest --durations=10 -v -n=0
0 commit comments