Skip to content

Commit

Permalink
reduced timeout in GH workflows (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
suubi-joshua authored Feb 8, 2024
1 parent 537ae4c commit ea85257
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:
run_e2e_tests:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 15
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit ea85257

Please sign in to comment.