From 61f10e4048bd1bd93e9ce63094f71a06f202b5c8 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 03:02:26 -0800 Subject: [PATCH] Update default timeouts for .github/workflows/pongo-test.yml [skip ci] --- .github/workflows/pongo-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pongo-test.yml b/.github/workflows/pongo-test.yml index 3d883b5..24b1bdc 100644 --- a/.github/workflows/pongo-test.yml +++ b/.github/workflows/pongo-test.yml @@ -22,6 +22,7 @@ env: jobs: # This workflow contains a single job called "build" build: + timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} # The type of runner that the job will run on runs-on: ubuntu-latest