File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ jobs:
120
120
poetry install --only ci
121
121
122
122
- name : Run tox for "${{ matrix.python-version }}-integration"
123
- timeout-minutes : 15
123
+ timeout-minutes : 20
124
124
run : |
125
- tox --verbose --verbose -e "${{ matrix.python-version }}-integration" -- -n auto --reruns 3 --rerun-except AssertionError
125
+ tox --verbose --verbose -e "${{ matrix.python-version }}-integration" -- -n auto --reruns 5 --rerun-except AssertionError
126
126
127
127
Smoke :
128
128
needs :
@@ -167,4 +167,4 @@ jobs:
167
167
- name : Run tox for "${{ matrix.python-version }}-smoke"
168
168
timeout-minutes : 30
169
169
run : |
170
- tox --verbose --verbose -e "${{ matrix.python-version }}-smoke" -- -n auto --reruns 3 --rerun-except AssertionError
170
+ tox --verbose --verbose -e "${{ matrix.python-version }}-smoke" -- -n auto --reruns 5 --rerun-except AssertionError
You can’t perform that action at this time.
0 commit comments