From 89eea1cd3607294ad071e55867fd31774f7465e0 Mon Sep 17 00:00:00 2001 From: "laurence.barker@dvsa.gov.uk" Date: Thu, 9 Jan 2025 12:18:46 +0000 Subject: [PATCH] fix: use input rather than hardcoded values --- .github/workflows/e2eSmoke.yaml | 2 +- .github/workflows/e2etest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2eSmoke.yaml b/.github/workflows/e2eSmoke.yaml index 3893a004c..34128f7f5 100644 --- a/.github/workflows/e2eSmoke.yaml +++ b/.github/workflows/e2eSmoke.yaml @@ -31,7 +31,7 @@ on: type: number required: false description: "Timeout in minutes for the AWS Batch job" - default: 50 + default: 45 jobs: call-e2etest: diff --git a/.github/workflows/e2etest.yaml b/.github/workflows/e2etest.yaml index a4f764b3b..bb84cb909 100644 --- a/.github/workflows/e2etest.yaml +++ b/.github/workflows/e2etest.yaml @@ -76,7 +76,7 @@ jobs: run-batch: name: Run Tests on AWS Batch - timeout-minutes: 45 + timeout-minutes: ${{ inputs.batch_timeout_minutes }} needs: create-job-name runs-on: ubuntu-latest outputs: