File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ jobs:
120120 poetry install --only ci
121121
122122 - name : Run tox for "${{ matrix.python-version }}-integration"
123- timeout-minutes : 15
123+ timeout-minutes : 20
124124 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
126126
127127 Smoke :
128128 needs :
@@ -167,4 +167,4 @@ jobs:
167167 - name : Run tox for "${{ matrix.python-version }}-smoke"
168168 timeout-minutes : 30
169169 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