Skip to content

Commit

Permalink
fix: use input rather than hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl committed Jan 9, 2025
1 parent 96c1ec3 commit 89eea1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2eSmoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89eea1c

Please sign in to comment.