[PATCH] Increase timeout value for lldb test step to 1800 seconds

Ying Chen chying at google.com
Mon Jun 1 14:06:45 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10166

Files:
  zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py

Index: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
@@ -314,6 +314,7 @@
                                      flunkOnFailure=flunkTestFailure,
                                      warnOnFailure=flunkTestFailure,
                                      workdir='%s' % llvm_builddir,
+                                     timeout=1800,
                                      env=testenv))
             f=cleanSVNSourceTree(f, '%s/tools/lldb' % llvm_srcdir)
     return f

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10166.26929.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150601/4b1e8969/attachment.bin>


More information about the llvm-commits mailing list