Skip to content

Commit

Permalink
Set timeout to 10 minutes on e2e workflow
Browse files Browse the repository at this point in the history
Sets the timeout to 10 minutes on the e2e workflow. Previously, if the
workflow did not terminate, it would run for the default of 360 minutes.

See https://docs.github.com/en/actions/using-workflows for more
information.

Signed-off-by: Daniel Mangum <[email protected]>
  • Loading branch information
hasheddan authored and edaniels committed Aug 10, 2023
1 parent d29c6f0 commit 818feb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
e2e-test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 818feb8

Please sign in to comment.