1
0
Fork 0

ci: Add timeout

pull/1/head
Ambrose Chua 2021-09-10 00:57:05 +08:00
parent dff5f5f723
commit f5124d11cf
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ jobs:
format:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
node-version: [14.x]
@ -47,6 +49,8 @@ jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]