Skip to content

Commit d4c30c2

Browse files
committed
add timeouts to all tests
1 parent 369bfe4 commit d4c30c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
test-all-packages:
2323
name: Ember Tests
2424
runs-on: ${{ matrix.os }}
25+
timeout-minutes: 15
2526

2627
strategy:
2728
fail-fast: false
@@ -51,6 +52,7 @@ jobs:
5152
integration-tests:
5253
name: Integration Tests
5354
runs-on: ${{ matrix.os }}
55+
timeout-minutes: 15
5456

5557
strategy:
5658
fail-fast: false
@@ -75,6 +77,7 @@ jobs:
7577
test-packages:
7678
name: Test Packages
7779
runs-on: ${{ matrix.os }}
80+
timeout-minutes: 15
7881

7982
strategy:
8083
fail-fast: false
@@ -101,6 +104,7 @@ jobs:
101104
test-legacy-mocha:
102105
name: Legacy Mocha Tests - ${{ matrix.node-version }}
103106
runs-on: ubuntu-latest
107+
timeout-minutes: 15
104108

105109
strategy:
106110
fail-fast: false

0 commit comments

Comments
 (0)