Skip to content

Commit 55facd5

Browse files
committed
Set an agressive timeout for tests
1 parent ec3d2c9 commit 55facd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
lint:
1818
name: Linting check
1919
runs-on: ubuntu-latest
20+
timeout-minutes: 1
2021
steps:
2122
- uses: actions/checkout@v3
2223
with:
@@ -45,6 +46,7 @@ jobs:
4546
tests:
4647
name: Unit tests
4748
runs-on: ubuntu-latest
49+
timeout-minutes: 1
4850
strategy:
4951
matrix:
5052
node-version: [12.x, 14.x, 16.x, 18.x]

0 commit comments

Comments
 (0)