Skip to content

Commit

Permalink
ci: increase CircleCI no output timeout for bazel tests
Browse files Browse the repository at this point in the history
Bazel does not provide additional output while testing and this can cause unintended failures for long test times.

(cherry picked from commit cbdfce6)
  • Loading branch information
clydin committed Aug 5, 2020
1 parent 0eabb4f commit 9b3369a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ jobs:
- custom_attach_workspace
- setup_bazel_rbe
- run: sudo cp .circleci/bazel.rc /etc/bazel.bazelrc
- run: yarn bazel:test
- run:
command: yarn bazel:test
no_output_timeout: 20m

integration:
executor: test-executor
Expand All @@ -237,6 +239,7 @@ jobs:
- custom_attach_workspace
- run:
command: yarn bazel:integration
no_output_timeout: 20m

snapshot_publish:
executor: action-executor
Expand Down

0 comments on commit 9b3369a

Please sign in to comment.