Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
Bump the timeout of test workflow to 10 mins
  • Loading branch information
cenkiravul authored Nov 20, 2023
1 parent e8cc6c0 commit e493bfe
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 @@ -4,7 +4,7 @@ on:
branches: [main, develop]
jobs:
build-and-test:
timeout-minutes: 5
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e493bfe

Please sign in to comment.