From 97678f0244397b971e130c8cd438e0071fbf386a Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 15 May 2024 19:08:19 +0100 Subject: [PATCH] ci: add timeout for tests (#2836) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d66cf3aea..2c7efaeb88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,7 @@ jobs: - name: Run tests if: steps.check_changes.outputs.changes_outside_docs + timeout-minutes: 15 env: DATABASE_URL: "postgres://postgres@localhost:5432/postgres" AWS_ENDPOINT_URL: "http://localhost:8080"