Skip to content

Commit 5a768f4

Browse files
authored
💚 Add timeout on CI tests jobs (#1015)
1 parent 9ea99d8 commit 5a768f4

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
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
name: Test
1616
runs-on: ubuntu-latest
17+
timeout-minutes: 10
1718
strategy:
1819
matrix:
1920
toolchain:
@@ -65,6 +66,7 @@ jobs:
6566
coverage:
6667
name: Unit tests coverage
6768
runs-on: ubuntu-latest
69+
timeout-minutes: 10
6870
strategy:
6971
matrix:
7072
toolchain:
@@ -97,6 +99,7 @@ jobs:
9799
features_flags:
98100
name: Build with different feature flags
99101
runs-on: ubuntu-latest
102+
timeout-minutes: 10
100103
strategy:
101104
matrix:
102105
toolchain:
@@ -121,6 +124,7 @@ jobs:
121124
name: Check unused dependencies
122125
if: github.event.pull_request.draft == false
123126
runs-on: ubuntu-latest
127+
timeout-minutes: 10
124128
steps:
125129
- uses: actions/checkout@v4
126130
- name: Machete

0 commit comments

Comments
 (0)