File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ tasks:
195
195
- " --test_env=TEST_REPOSITORY_HOME=$HOME/bazeltest/external"
196
196
# Configure and enable tests that require access to the network.
197
197
- " --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80"
198
+ # Fine tune the number of test jobs running in parallel to avoid timeout
199
+ - " --local_test_jobs=8"
198
200
test_targets :
199
201
- " //scripts/..."
200
202
- " //src/test/..."
Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ tasks:
199
199
- " --test_env=TEST_REPOSITORY_HOME=$HOME/bazeltest/external"
200
200
# Configure and enable tests that require access to the network.
201
201
- " --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80"
202
+ # Fine tune the number of test jobs running in parallel to avoid timeout
203
+ - " --local_test_jobs=8"
202
204
test_targets :
203
205
- " //scripts/..."
204
206
- " //src/main/starlark/tests/builtins_bzl/..."
You can’t perform that action at this time.
0 commit comments