aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/windows
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-06 17:20:15 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-09-06 17:20:15 +0200
commitaafa6994296430795ddb0e8b1eaf1fe7c7037a28 (patch)
treeac609a941d82993c85c36588ae23ae50021f27e3 /tools/internal_ci/windows
parent23b0102fd97b6487e3dd9f3d633234fc05898032 (diff)
prevent timeout for node and python windows artifact builds
Diffstat (limited to 'tools/internal_ci/windows')
-rw-r--r--tools/internal_ci/windows/grpc_build_artifacts.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/windows/grpc_build_artifacts.bat b/tools/internal_ci/windows/grpc_build_artifacts.bat
index 29c876dd35..17d9571d43 100644
--- a/tools/internal_ci/windows/grpc_build_artifacts.bat
+++ b/tools/internal_ci/windows/grpc_build_artifacts.bat
@@ -26,7 +26,7 @@ cd /d %~dp0\..\..\..
call tools/internal_ci/helper_scripts/prepare_build_windows.bat
-python tools/run_tests/task_runner.py -f artifact windows || goto :error
+python tools/run_tests/task_runner.py -f artifact windows -j 4 || goto :error
goto :EOF
:error