Skip to content

Commit

Permalink
Merge pull request #2126 from skelly37/tests
Browse files Browse the repository at this point in the history
Timeouts added to all the unit tests
  • Loading branch information
zas authored Jul 1, 2022
2 parents 67db595 + f3d3b26 commit 7cf6b92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
pip3 install -r requirements-build.txt
pip3 install -r requirements-macos-${MACOSX_DEPLOYMENT_TARGET}.txt
- name: Run tests
timeout-minutes: 30
run: |
python3 setup.py test
- name: Prepare code signing certificate
Expand Down Expand Up @@ -153,6 +154,7 @@ jobs:
pip install -r requirements-build.txt
pip install -r requirements-win.txt
- name: Run tests
timeout-minutes: 30
run: python setup.py test
- name: Prepare code signing certificate
if: matrix.type != 'store-app'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade -r requirements.txt
- name: Run tests
timeout-minutes: 30
run: |
python setup.py test
- name: Build Python source distribution
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
python -m pip install --upgrade pip wheel
pip install --upgrade -r requirements.txt
- name: Run tests
timeout-minutes: 30
run: |
python setup.py test
- name: Build Python binary distribution
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
run: picard --long-version --no-crash-dialog
- name: Verify sdist package
if: runner.os != 'Windows'
timeout-minutes: 30
run: |
pip install pytest
scripts/package/run-sdist-test.sh

0 comments on commit 7cf6b92

Please sign in to comment.