Skip to content

Commit

Permalink
CI: Functional tests must now be completed in less than 20 minutes (#158
Browse files Browse the repository at this point in the history
)
  • Loading branch information
francis-clairicia authored Nov 11, 2023
1 parent f4433e9 commit 5aac2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Launch tests
timeout-minutes: 20 # Even if 10 minutes is already too big
run: tox run -f py$(echo ${{ matrix.python_version }} | tr -d .)-functional -- -v
- name: Generate coverage report
if: hashFiles('.coverage.*') != '' # Rudimentary `file.exists()`
Expand Down

0 comments on commit 5aac2b8

Please sign in to comment.