Skip to content

Commit

Permalink
Add timeouts to avoid stuck actions
Browse files Browse the repository at this point in the history
  • Loading branch information
obsd committed Sep 29, 2024
1 parent 3e80964 commit b8cf78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
--health-timeout 5s
--health-retries 5
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
test-docker:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
# BUILD PHASE
- name: Checkout
Expand Down

0 comments on commit b8cf78b

Please sign in to comment.