Skip to content

Commit cbdfce6

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.
1 parent 520459e commit cbdfce6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,9 @@ jobs:
250250
- browser-tools/install-chrome
251251
- setup_bazel_rbe
252252
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
253-
- run: yarn bazel:test
253+
- run:
254+
command: yarn bazel:test
255+
no_output_timeout: 20m
254256

255257
integration:
256258
executor: test-executor
@@ -260,6 +262,7 @@ jobs:
260262
- install_python
261263
- run:
262264
command: yarn bazel:integration
265+
no_output_timeout: 20m
263266

264267
snapshot_publish:
265268
executor: action-executor

0 commit comments

Comments
 (0)