Skip to content

Commit

Permalink
Merge pull request #672 from permitio/oded/per-10464-add-timeout-to-a…
Browse files Browse the repository at this point in the history
…ll-github-actions

Add timeouts to avoid stuck actions
  • Loading branch information
obsd authored Sep 30, 2024
2 parents 3e80964 + b8cf78b commit e5ffab7
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 e5ffab7

Please sign in to comment.