higher time limit for tests on github.

This commit is contained in:
fiatjaf
2023-12-18 13:15:19 -03:00
parent c54fd95b3e
commit 965ebdb6d1

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bun test
- run: bun test --timeout 20000
format:
runs-on: ubuntu-latest
steps: