Skip to content

Commit 9f2d450

Browse files
committed
Increase workflow timeout
1 parent 63357b3 commit 9f2d450

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/Test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
test:
1818
runs-on: ${{ matrix.os }}
19-
timeout-minutes: 45
19+
timeout-minutes: 60
2020
strategy:
2121
matrix:
2222
# test for:
@@ -78,19 +78,19 @@ jobs:
7878
verbose: true
7979
emoji: true
8080
job-summary: true
81-
custom-arguments: '-v --log-cli-level=DEBUG ${{ inputs.pytest_args }} ./tests'
81+
custom-arguments: '-v ${{ inputs.pytest_args }} ./tests'
8282
click-to-expand: true
8383
report-title: 'Test Report'
8484

85-
# - name: Run pytest based on v4.0.0 compatibility layer
86-
# uses: pavelzw/pytest-action@v2
87-
# with:
88-
# verbose: true
89-
# emoji: true
90-
# job-summary: true
91-
# custom-arguments: '-v ./tests_v400'
92-
# click-to-expand: true
93-
# report-title: 'Test Report (v4.0.0 compatibility layer)'
85+
- name: Run pytest based on v4.0.0 compatibility layer
86+
uses: pavelzw/pytest-action@v2
87+
with:
88+
verbose: true
89+
emoji: true
90+
job-summary: true
91+
custom-arguments: '-v ${{ inputs.pytest_args }} ./tests_v400'
92+
click-to-expand: true
93+
report-title: 'Test Report (v4.0.0 compatibility layer)'
9494

9595
Publish:
9696
name: Publish to PyPI

0 commit comments

Comments
 (0)