Author: Armin Rigo <[email protected]>
Branch:
Changeset: r728:7f2752e9e178
Date: 2012-11-14 10:40 +0100
http://bitbucket.org/pypy/buildbot/changeset/7f2752e9e178/
Log: Give "hg clone" one hour to download the repo the first time.
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -247,6 +247,7 @@
factory.addStep(ShellCmd(description="hg clone",
command=command,
workdir=workdir,
+ timeout=3600,
haltOnFailure=True))
#
factory.addStep(
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit