Skip to content

Commit

Permalink
Changed --reruns 3 -> 5 for Integration and Smoke CI (#380)
Browse files Browse the repository at this point in the history
* Changed --reruns 3 -> 5 for Integration and Smoke CI

* Added integration tests CI timeout from 15m to 20m
  • Loading branch information
Nusnus authored Aug 11, 2024
1 parent 02d8891 commit 64bbc14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
poetry install --only ci
- name: Run tox for "${{ matrix.python-version }}-integration"
timeout-minutes: 15
timeout-minutes: 20
run: |
tox --verbose --verbose -e "${{ matrix.python-version }}-integration" -- -n auto --reruns 3 --rerun-except AssertionError
tox --verbose --verbose -e "${{ matrix.python-version }}-integration" -- -n auto --reruns 5 --rerun-except AssertionError
Smoke:
needs:
Expand Down Expand Up @@ -167,4 +167,4 @@ jobs:
- name: Run tox for "${{ matrix.python-version }}-smoke"
timeout-minutes: 30
run: |
tox --verbose --verbose -e "${{ matrix.python-version }}-smoke" -- -n auto --reruns 3 --rerun-except AssertionError
tox --verbose --verbose -e "${{ matrix.python-version }}-smoke" -- -n auto --reruns 5 --rerun-except AssertionError

0 comments on commit 64bbc14

Please sign in to comment.