Skip to content

Commit

Permalink
fix: add high level timeout values to batch run
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl authored and 1dson committed Jan 10, 2025
1 parent 1694d16 commit cc3f762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ env:
jobs:
create-job-name:
name: Create Job Name

runs-on: ubuntu-latest
environment: ${{ inputs.platform_env }}
outputs:
Expand All @@ -76,6 +77,7 @@ jobs:
run-batch:
name: Run Tests on AWS Batch
timeout-minutes: 50
needs: create-job-name
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit cc3f762

Please sign in to comment.