Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roodboi committed Feb 3, 2024
1 parent 95aa27f commit 4f51f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- run: bun run type-check
- run: bun run lint
- run: bun test --timeout=15000
- run: bun test --timeout=25000

test-branch:
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -69,5 +69,5 @@ jobs:

- run: bun run type-check
- run: bun run lint
- run: bun test --timeout=15000
- run: bun test --timeout=25000

0 comments on commit 4f51f28

Please sign in to comment.