[llvm-commits] [test-suite] r128083 - /test-suite/trunk/MultiSource/Applications/lemon/Makefile

Duncan Sands baldrick at free.fr
Tue Mar 22 03:33:10 PDT 2011


Author: baldrick
Date: Tue Mar 22 05:33:10 2011
New Revision: 128083

URL: http://llvm.org/viewvc/llvm-project?rev=128083&view=rev
Log:
Increase the timeout in the hope of fixing PR9469.

Modified:
    test-suite/trunk/MultiSource/Applications/lemon/Makefile

Modified: test-suite/trunk/MultiSource/Applications/lemon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/lemon/Makefile?rev=128083&r1=128082&r2=128083&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/lemon/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/lemon/Makefile Tue Mar 22 05:33:10 2011
@@ -6,6 +6,9 @@
 RUN_OPTIONS = $(PROJ_SRC_DIR)/parse.y $(PROJ_SRC_DIR)/example1.y $(PROJ_SRC_DIR)/example2.y $(PROJ_SRC_DIR)/example3.y $(PROJ_SRC_DIR)/example4.y $(PROJ_SRC_DIR)/example5.y $(PROJ_SRC_DIR)/lighttpd_configparser.y $(PROJ_SRC_DIR)/lighttpd_mod_ssi_exprparser.y $(PROJ_SRC_DIR)/wireshark_dtd_grammar.lemon $(PROJ_SRC_DIR)/wireshark_grammar.lemon $(PROJ_SRC_DIR)/wireshark_mate_grammar.lemon $(PROJ_SRC_DIR)/xapian_queryparser.lemony $(PROJ_SRC_DIR)/ecmascript.y
 HASH_PROGRAM_OUTPUT = 1
 
+# With a Debug+Asserts build may time out if the default limit is used.
+RUNTIMELIMIT := 750
+
 include $(LEVEL)/Makefile.config
 
 include ../../Makefile.multisrc





More information about the llvm-commits mailing list