Skip to content

Commit 64bbc14

Browse files
authored
Changed --reruns 3 -> 5 for Integration and Smoke CI (#380)
* Changed --reruns 3 -> 5 for Integration and Smoke CI * Added integration tests CI timeout from 15m to 20m
1 parent 02d8891 commit 64bbc14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/python-package.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)