From a89bdd28e7be881428bcd4b3594b3d8bd776f39d Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Thu, 20 Jun 2024 02:47:16 -0700 Subject: [PATCH] Set 10 minute timeout for test-integration CI job Signed-off-by: Mattt Zmuda --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e022641e2c..0b6f85fedf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,6 +89,7 @@ jobs: test-integration: name: "Test integration" runs-on: ubuntu-latest-8-cores + timeout-minutes: 10 steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5