File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115
115
run : make test-p2p
116
116
117
117
build :
118
+ timeout-minutes : 60
118
119
# NOTE: If you add or remove platforms from this matrix, make sure to update
119
120
# the documentation at website/docs/developers/getting-started.mdx
120
121
strategy :
@@ -147,6 +148,7 @@ jobs:
147
148
retention-days : 7
148
149
149
150
build-wasm :
151
+ timeout-minutes : 60
150
152
# NOTE: If you add or remove platforms from this matrix, make sure to update
151
153
# the documentation at website/docs/developers/getting-started.mdx
152
154
strategy :
@@ -170,6 +172,7 @@ jobs:
170
172
run : make build-wasm
171
173
172
174
build-tests :
175
+ timeout-minutes : 60
173
176
# NOTE: If you add or remove platforms from this matrix, make sure to update
174
177
# the documentation at website/docs/developers/getting-started.mdx
175
178
strategy :
@@ -208,6 +211,7 @@ jobs:
208
211
retention-days : 7
209
212
210
213
build-tests-webrtc :
214
+ timeout-minutes : 60
211
215
# NOTE: If you add or remove platforms from this matrix, make sure to update
212
216
# the documentation at website/docs/developers/getting-started.mdx
213
217
strategy :
You can’t perform that action at this time.
0 commit comments