From 4c1921ae9fa8344f14d631c5a68773072e1ca677 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 02:45:29 -0800 Subject: [PATCH] Update default timeouts for .github/workflows/conformance_tests_report.yaml [skip ci] --- .github/workflows/conformance_tests_report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/conformance_tests_report.yaml b/.github/workflows/conformance_tests_report.yaml index bae59de9ee..ee7344f023 100644 --- a/.github/workflows/conformance_tests_report.yaml +++ b/.github/workflows/conformance_tests_report.yaml @@ -11,6 +11,7 @@ on: jobs: dependencies-versions: + timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} runs-on: ubuntu-latest outputs: helm-kong: ${{ steps.set-versions.outputs.helm-kong }} @@ -28,6 +29,7 @@ jobs: echo "helm-kong=$(yq -ojson -r '.integration.helm.kong' < .github/test_dependencies.yaml )" >> $GITHUB_OUTPUT generate-report: + timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} runs-on: ubuntu-latest needs: dependencies-versions steps: