[PATCH] Increase timeout value for lldb test step to 1800 seconds
Ying Chen
chying at google.com
Mon Jun 1 12:41:17 PDT 2015
Hi sivachandra,
-Since dosep doesn't produce intermediate logs any more, and test on android aarch64 takes more than 1200 seconds, test process will be killed before test finished, increase timeout to 1800 seconds
http://reviews.llvm.org/D10166
Files:
zorg/buildbot/builders/LLDBBuilder.py
Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ 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.26918.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150601/44f0d299/attachment.bin>
More information about the llvm-commits
mailing list