Change time of nightly builds to try and avoid the semi-regular svn failures

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-06-13 07:51:24 +00:00
parent 48a7ecdd85
commit 0d52a77543

View File

@@ -104,7 +104,7 @@ c['schedulers'].append( SingleBranchScheduler(
c['schedulers'].append( Nightly(
name="sched-dist",
branch=None,
hour=2, minute=0,
hour=4, minute=0,
onlyIfChanged=True,
builderNames=["dist-win32-py27",
"dist-win32-py32",
@@ -121,7 +121,7 @@ c['schedulers'].append( Nightly(
c['schedulers'].append( Nightly(
name="sched-docs",
branch=None,
hour=2, minute=10,
hour=5, minute=0,
onlyIfChanged=True,
builderNames=["build-docs"]))