Skip to content

Commit

Permalink
fix: swapping around to allow parent workflow to complete gracefully …
Browse files Browse the repository at this point in the history
…on failure
  • Loading branch information
barkerl authored and 1dson committed Jan 10, 2025
1 parent f4fecb2 commit fd306b4
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: 45
default: 50

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: 50
timeout-minutes: 45
needs: create-job-name
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit fd306b4

Please sign in to comment.