[zorg] r177861 - Bumping up the libLTO timeout to 90 minutes.
Michael Gottesman
mgottesman at apple.com
Mon Mar 25 03:47:32 PDT 2013
Author: mgottesman
Date: Mon Mar 25 05:47:32 2013
New Revision: 177861
URL: http://llvm.org/viewvc/llvm-project?rev=177861&view=rev
Log:
Bumping up the libLTO timeout to 90 minutes.
*NOTE* I did the build a week or two ago and it did complete it just
takes forever.
Modified:
zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
Modified: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=177861&r1=177860&r2=177861&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Mon Mar 25 05:47:32 2013
@@ -756,7 +756,7 @@ def phasedClang(config_options, is_boots
timeout = 20*60 # Normal timeout is 20 minutes.
if use_lto:
make_command.append(WithProperties('DYLD_LIBRARY_PATH=%(liblto_path)s'))
- timeout = 60*60 # LTO timeout is 60 minutes.
+ timeout = 90*60 # LTO timeout is 90 minutes.
f.addStep(buildbot.steps.shell.ShellCommand(
name='make', command=make_command,
More information about the llvm-commits
mailing list