Skip to content

Commit 1f9c385

Browse files
committed
CI/build: add timeout-minutes 60
It will be decreased when https://github.com/o1-labs/openmina/pull/1307 will be merged.
1 parent 8855147 commit 1f9c385

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
run: make test-p2p
116116

117117
build:
118+
timeout-minutes: 60
118119
# NOTE: If you add or remove platforms from this matrix, make sure to update
119120
# the documentation at website/docs/developers/getting-started.mdx
120121
strategy:
@@ -147,6 +148,7 @@ jobs:
147148
retention-days: 7
148149

149150
build-wasm:
151+
timeout-minutes: 60
150152
# NOTE: If you add or remove platforms from this matrix, make sure to update
151153
# the documentation at website/docs/developers/getting-started.mdx
152154
strategy:
@@ -170,6 +172,7 @@ jobs:
170172
run: make build-wasm
171173

172174
build-tests:
175+
timeout-minutes: 60
173176
# NOTE: If you add or remove platforms from this matrix, make sure to update
174177
# the documentation at website/docs/developers/getting-started.mdx
175178
strategy:
@@ -208,6 +211,7 @@ jobs:
208211
retention-days: 7
209212

210213
build-tests-webrtc:
214+
timeout-minutes: 60
211215
# NOTE: If you add or remove platforms from this matrix, make sure to update
212216
# the documentation at website/docs/developers/getting-started.mdx
213217
strategy:

0 commit comments

Comments
 (0)