[zorg] r181567 - Increase timeout to support clang-amd64-openbsd builder.
Galina Kistanova
gkistanova at gmail.com
Thu May 9 16:53:24 PDT 2013
Author: gkistanova
Date: Thu May 9 18:53:24 2013
New Revision: 181567
URL: http://llvm.org/viewvc/llvm-project?rev=181567&view=rev
Log:
Increase timeout to support clang-amd64-openbsd builder.
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=181567&r1=181566&r2=181567&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Thu May 9 18:53:24 2013
@@ -797,7 +797,7 @@ def phasedClang(config_options, is_boots
# Build the compiler.
make_command = ['make', '-j', WithProperties('%(jobs)s')]
- timeout = 20*60 # Normal timeout is 20 minutes.
+ 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.
More information about the llvm-commits
mailing list