Skip to content

Commit 281ae8a

Browse files
committed
ci: adds to testTimeout in CI
1 parent 6023fdb commit 281ae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: bahmutov/npm-install@v1
2424
- run: yarn build
2525
- run: yarn lint
26-
- run: yarn test --coverage
26+
- run: yarn test --coverage --testTimeout 20000
2727
env: { CI: 1 }
2828
- uses: codecov/codecov-action@v1
2929
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)