Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d71b66

Browse files
authored
added timeouts (#1733)
1 parent d786c4d commit 4d71b66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/asset-size.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [pull_request]
44

55
jobs:
66
compare:
7+
timeout-minutes: 15
78
runs-on: ubuntu-latest
89

910
steps:

.github/workflows/exceljs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
timeout-minutes: 10
1112
name: Node v${{ matrix.node-version }} on ${{ matrix.os }}
1213
strategy:
1314
fail-fast: false
@@ -44,6 +45,7 @@ jobs:
4445
CI: true
4546

4647
benchmark:
48+
timeout-minutes: 15
4749
name: Measure performance impact of changes
4850
runs-on: ubuntu-latest
4951

@@ -67,6 +69,7 @@ jobs:
6769
CI: true
6870

6971
typescript:
72+
timeout-minutes: 15
7073
name: Ensure typescript compatibility
7174
runs-on: ubuntu-latest
7275

0 commit comments

Comments
 (0)