Skip to content

Commit

Permalink
Rdeduced Timeout to 15 minutes in GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
suubi-joshua committed Jan 21, 2024
1 parent 987c415 commit 27a063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
main:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 15
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 27a063e

Please sign in to comment.