[zorg] r188186 - [llvmlab] Bump up lto builder timeout to 240 minutes.

Michael Gottesman mgottesman at apple.com
Mon Aug 12 10:57:27 PDT 2013


Author: mgottesman
Date: Mon Aug 12 12:57:27 2013
New Revision: 188186

URL: http://llvm.org/viewvc/llvm-project?rev=188186&view=rev
Log:
[llvmlab] Bump up lto builder timeout to 240 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=188186&r1=188185&r2=188186&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Mon Aug 12 12:57:27 2013
@@ -798,7 +798,7 @@ def phasedClang(config_options, is_boots
     timeout = 40*60 # Normal timeout is 20 minutes.
     if use_lto:
         make_command.append(WithProperties('DYLD_LIBRARY_PATH=%(liblto_path)s'))
-        timeout = 180*60 # LTO timeout is 180 minutes.
+        timeout = 240*60 # LTO timeout is 240 minutes.
     
     f.addStep(buildbot.steps.shell.ShellCommand(
               name='make', command=make_command,





More information about the llvm-commits mailing list