diff --git a/.circleci/config.yml b/.circleci/config.yml index dbc7dd590e95..06faa01c9b6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -237,6 +239,7 @@ jobs: - custom_attach_workspace - run: command: yarn bazel:integration + no_output_timeout: 20m snapshot_publish: executor: action-executor