Skip to content

Commit

Permalink
Increase timeout for test and publish GH Actions jobs to 15 min (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen authored Sep 23, 2022
1 parent daeec49 commit b971545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
Expand Down Expand Up @@ -79,6 +79,7 @@ jobs:
name: publish latest Docker image
needs: test
runs-on: ubuntu-20.04
timeout-minutes: 15
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Login to Quay.io
Expand Down

0 comments on commit b971545

Please sign in to comment.