From f15dc2ce7a8e290883a118a05222b5fff2d15bf5 Mon Sep 17 00:00:00 2001 From: Kong Team Eng Enablement Bot <96491250+team-eng-enablement@users.noreply.github.com> Date: Sat, 3 Feb 2024 04:15:07 -0800 Subject: [PATCH] Update default timeouts for .github/workflows/coverage.yml [skip ci] --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cfb19bcc2..d7fc1b053 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,6 +6,7 @@ on: jobs: build: + timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} name: Build OpenResty ${{ matrix.openresty_version }} runs-on: ubuntu-20.04 if: | @@ -57,6 +58,7 @@ jobs: coverage: + timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} name: Test ${{ matrix.openresty_version }} runs-on: ubuntu-20.04 needs: build