[pypy-svn] r72228 - pypy/build/bot2/pypybuildbot

fijal at codespeak.net fijal at codespeak.net
Sun Mar 14 21:33:05 CET 2010


Author: fijal
Date: Sun Mar 14 21:33:04 2010
New Revision: 72228

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
According to my calculations running benchmarks should not overlap with tests
with these settings, but it's far more US-friendly


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Sun Mar 14 21:33:04 2010
@@ -125,7 +125,7 @@
                             MACOSX32],
                 hour=4, minute=45),
         Nightly("nightly-benchmark", [JITBENCH],
-                hour=2, minute=25),
+                hour=6, minute=15),
     ],
     'status': [status],
 



More information about the Pypy-commit mailing list