aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-14 03:52:03 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-10-14 03:52:03 +0000
commite544ff0ff89928e4daf660b7336609c8635338d9 (patch)
tree867b2661f024f06c56b385eeca9293ddb90d7d0f /tools
parent3e08b99af60841f18e7f45745ed1605b9e251e63 (diff)
Revert bad fix
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index ea21c81875..30d20b5c95 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -122,7 +122,7 @@ def max_parallel_tests_for_current_platform():
# so far on windows.
if jobset.platform_string() == 'windows':
return 64
- return 128
+ return 1024
# SimpleConfig: just compile with CONFIG=config, and run the binary to test
class Config(object):