[PATCH] Increase timeout value for lldb test step to 1800 seconds
Siva Chandra
sivachandra at google.com
Mon Jun 1 12:46:16 PDT 2015
LGTM with a nit.
================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:317
@@ -316,2 +316,3 @@
workdir='%s' % llvm_builddir,
+ timeout=1800,
env=testenv))
----------------
nit:
s/1800/30 * 60 # seconds
http://reviews.llvm.org/D10166
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list