Mercurial > hg
changeset 25068:f66fc374d2d7
run-test.py: greatly increase the priority of 'check-code' tests
As check-code is actually quite long to run for its file size, this prevent them
to be scheduled too late during the test run.
This reduces my typical test run from 107 seconds to 90 seconds
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 08 May 2015 15:00:07 -0700 |
parents | f52c5701925a |
children | 8ce36dba70d1 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Fri May 08 00:04:07 2015 -0700 +++ b/tests/run-tests.py Fri May 08 15:00:07 2015 -0700 @@ -1664,7 +1664,7 @@ # keywords for slow tests slow = {b'svn': 10, b'gendoc': 10, - b'check-code-hg': 10, + b'check-code-hg': 100, } def sortkey(f): # run largest tests first, as they tend to take the longest