We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c773c commit 1befabeCopy full SHA for 1befabe
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m pip install -e .
35
36
- name: Test
37
- timeout-minutes: 2
+ timeout-minutes: 1
38
run: python -m pytest --cov-report=xml --cov=.
39
40
- name: Upload coverage to Codecov
0 commit comments