##// END OF EJS Templates
run-tests: add more scheduling weight hints...
Matt Mackall -
r27394:b4d7743e default
parent child Browse files
Show More
@@ -1744,8 +1744,15 b' class TestRunner(object):'
1744 else:
1744 else:
1745 # keywords for slow tests
1745 # keywords for slow tests
1746 slow = {b'svn': 10,
1746 slow = {b'svn': 10,
1747 b'gendoc': 10,
1747 b'cvs': 10,
1748 b'check-code-hg': 100,
1748 b'hghave': 10,
1749 b'largefiles-update': 10,
1750 b'run-tests': 10,
1751 b'corruption': 10,
1752 b'race': 10,
1753 b'i18n': 10,
1754 b'check': 100,
1755 b'gendoc': 100,
1749 b'contrib-perf': 200,
1756 b'contrib-perf': 200,
1750 }
1757 }
1751 def sortkey(f):
1758 def sortkey(f):
General Comments 0
You need to be logged in to leave comments. Login now