Skip to content

Commit 9b3369a

Browse files
committed
ci: increase CircleCI no output timeout for bazel tests
Bazel does not provide additional output while testing and this can cause unintended failures for long test times. (cherry picked from commit cbdfce6)
1 parent 0eabb4f commit 9b3369a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,9 @@ jobs:
228228
- custom_attach_workspace
229229
- setup_bazel_rbe
230230
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
231-
- run: yarn bazel:test
231+
- run:
232+
command: yarn bazel:test
233+
no_output_timeout: 20m
232234

233235
integration:
234236
executor: test-executor
@@ -237,6 +239,7 @@ jobs:
237239
- custom_attach_workspace
238240
- run:
239241
command: yarn bazel:integration
242+
no_output_timeout: 20m
240243

241244
snapshot_publish:
242245
executor: action-executor

0 commit comments

Comments
 (0)