Skip to content

Commit

Permalink
(chore) O3-2628: Reduce timeout to 15 minutes in E2E test CI workflow (
Browse files Browse the repository at this point in the history
…#41)

* Timeout in workflow to 15 mins

* Added timeout to Github and CL workflows
  • Loading branch information
suubi-joshua authored Feb 14, 2024
1 parent 4a7c5ea commit 3cd0af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
env:
TURBO_API: 'http://127.0.0.1:9080'
TURBO_TOKEN: ${{ secrets.TURBO_SERVER_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ on:
jobs:
main:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
timeout-minutes: 15
- name: Checkout repo

steps:
uses: actions/checkout@v3

- name: Copy test environment variables
Expand Down

0 comments on commit 3cd0af1

Please sign in to comment.