diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 01b85cd5..5d324cd3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"] @@ -53,6 +54,7 @@ jobs: test-docker: runs-on: ubuntu-latest + timeout-minutes: 60 steps: # BUILD PHASE - name: Checkout