commit | 12db436d227ad9b97cb3d13812e1175cf9be8ed6 | [log] [tgz] |
---|---|---|
author | Brett Chabot <brettchabot@android.com> | Tue Jan 17 16:03:49 2012 -0800 |
committer | Brett Chabot <brettchabot@android.com> | Tue Jan 17 16:04:53 2012 -0800 |
tree | c04a6de4ac6e9456366e41792690c40c35017cea | |
parent | 7eef71a24c991ceb5f1522f067c2f559a356a5a4 [diff] [blame] |
Increase default runtest -j to 16. Change-Id: I4f98a630a7ad75557e462a122b83dd3c36cf6ab6
diff --git a/testrunner/runtest.py b/testrunner/runtest.py index 6226350..56e847b 100755 --- a/testrunner/runtest.py +++ b/testrunner/runtest.py
@@ -69,7 +69,7 @@ "for a list of tests, or you can launch one or more tests.") # default value for make -jX - _DEFAULT_JOBS = 4 + _DEFAULT_JOBS = 16 _DALVIK_VERIFIER_OFF_PROP = "dalvik.vm.dexopt-flags = v=n"