Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r540:99a8616a4f05
Date: 2011-07-27 09:24 +0200
http://bitbucket.org/pypy/buildbot/changeset/99a8616a4f05/
Log: increase the timeout for benchmarks now that we also run
translate.py
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -302,7 +302,8 @@
'--branch', WithProperties('%(branch)s'),
] + addopts,
workdir='./benchmarks',
- haltOnFailure=True))
+ haltOnFailure=True,
+ timeout=3600))
# a bit obscure hack to get both os.path.expand and a property
filename = '%(got_revision)s' + (postfix or '')
resfile = os.path.expanduser("~/bench_results/%s.json" % filename)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit