Skip to content

Commit

Permalink
Adjusted CI tests timeout (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus authored Nov 28, 2023
1 parent 65f8b12 commit 2cabede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
poetry install --with dev,test,ci
- name: Run tox for all environments in parallel
timeout-minutes: 60
timeout-minutes: 20
run: |
tox -e xdist -- --reruns 10
Expand Down Expand Up @@ -112,6 +112,6 @@ jobs:
poetry install --with dev,test,ci
- name: Run tox for all environments in parallel
timeout-minutes: 60
timeout-minutes: 20
run: |
tox -e parallel -- --reruns 10
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
poetry install --with dev,test,ci
- name: Run tox for "${{ matrix.python-version }}-unit"
timeout-minutes: 10
timeout-minutes: 5
run: |
tox --verbose --verbose -e "${{ matrix.python-version }}-unit"
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
poetry install --with dev,test,ci
- name: Run tox for "${{ matrix.python-version }}-integration"
timeout-minutes: 60
timeout-minutes: 15
run: |
tox --verbose --verbose -e "${{ matrix.python-version }}-integration" -- -n auto --reruns 10 --rerun-except AssertionError
Expand Down Expand Up @@ -170,6 +170,6 @@ jobs:
poetry install --with dev,test,ci
- name: Run tox for "${{ matrix.python-version }}-smoke"
timeout-minutes: 60
timeout-minutes: 15
run: |
tox --verbose --verbose -e "${{ matrix.python-version }}-smoke" -- -n auto --reruns 10 --rerun-except AssertionError

0 comments on commit 2cabede

Please sign in to comment.