tests/run-tests.py
changeset 25068 f66fc374d2d7
parent 25067 f52c5701925a
child 25097 a4fce7905721
--- 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