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 @@ -184,6 +184,8 @@ tasks:
184
184
- " --test_env=TEST_REPOSITORY_HOME=$HOME/bazeltest/external"
185
185
# Configure and enable tests that require access to the network.
186
186
- " --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80"
187
+ # Fine tune the number of test jobs running in parallel to avoid timeout
188
+ - " --local_test_jobs=8"
187
189
test_targets :
188
190
- " //scripts/..."
189
191
- " //src/test/..."
Original file line number Diff line number Diff line change @@ -173,6 +173,8 @@ tasks:
173
173
- " --test_env=TEST_REPOSITORY_HOME=$HOME/bazeltest/external"
174
174
# Configure and enable tests that require access to the network.
175
175
- " --test_env=REMOTE_NETWORK_ADDRESS=bazel.build:80"
176
+ # Fine tune the number of test jobs running in parallel to avoid timeout
177
+ - " --local_test_jobs=8"
176
178
test_targets :
177
179
- " //scripts/..."
178
180
- " //src/main/starlark/tests/builtins_bzl/..."
You can’t perform that action at this time.
0 commit comments