[zorg] r177850 - Bump up the Clang LTO Builders timeout to 60 minutes.
Michael Gottesman
mgottesman at apple.com
Sun Mar 24 23:43:23 PDT 2013
Author: mgottesman
Date: Mon Mar 25 01:43:22 2013
New Revision: 177850
URL: http://llvm.org/viewvc/llvm-project?rev=177850&view=rev
Log:
Bump up the Clang LTO Builders timeout to 60 minutes.
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=177850&r1=177849&r2=177850&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Mon Mar 25 01:43:22 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 = 30*60 # LTO timeout is 30 minutes.
+ timeout = 60*60 # LTO timeout is 60 minutes.
f.addStep(buildbot.steps.shell.ShellCommand(
name='make', command=make_command,
More information about the llvm-commits
mailing list