We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eabb4f commit 9b3369aCopy full SHA for 9b3369a
.circleci/config.yml
@@ -228,7 +228,9 @@ jobs:
228
- custom_attach_workspace
229
- setup_bazel_rbe
230
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
231
- - run: yarn bazel:test
+ - run:
232
+ command: yarn bazel:test
233
+ no_output_timeout: 20m
234
235
integration:
236
executor: test-executor
@@ -237,6 +239,7 @@ jobs:
237
239
238
240
- run:
241
command: yarn bazel:integration
242
243
244
snapshot_publish:
245
executor: action-executor
0 commit comments