Skip to content

Commit b0ab26c

Browse files
committed
increase test timeout
1 parent e95dcbd commit b0ab26c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: yarn lint
2727

2828
tests:
29-
name: "Tests - ${{ matrix.os }}"
29+
name: "Tests - ${{ matrix.os }} - Node v${{ matrix.node-version }}"
3030
runs-on: "${{ matrix.os }}-latest"
3131

3232
strategy:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"lint": "eslint index.js src",
26-
"test": "jest --testTimeout=10000",
26+
"test": "jest --testTimeout=20000",
2727
"release": "release-it"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)