Skip to content

Commit fc5222f

Browse files
authored
Update run_tests.sh
1 parent 40055d1 commit fc5222f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,19 @@ btlr_args=(
167167
"**/requirements.txt"
168168
)
169169

170-
# if [[ -n "${NUM_TEST_WORKERS:-}" ]]; then
170+
if [[ -n "${NUM_TEST_WORKERS:-}" ]]; then
171171
btlr_args+=(
172172
"--max-concurrency"
173173
"${NUM_TEST_WORKERS}"
174174
)
175-
# fi
175+
fi
176+
177+
# DEBUG
178+
179+
btlr_args+=(
180+
"--max-concurrency"
181+
"10"
182+
)
176183

177184
if [[ -n "${DIFF_FROM:-}" ]]; then
178185
btlr_args+=(

0 commit comments

Comments
 (0)