[llvm-commits] [test-suite] r128294 - in /test-suite/branches/release_29: ./ MultiSource/Applications/lemon/Makefile

Bill Wendling isanbard at gmail.com
Fri Mar 25 11:36:39 PDT 2011


Author: void
Date: Fri Mar 25 13:36:38 2011
New Revision: 128294

URL: http://llvm.org/viewvc/llvm-project?rev=128294&view=rev
Log:
This timeout was not enough on some machines.

--- Merging r128270 into '.':
U    MultiSource/Applications/lemon/Makefile


Modified:
    test-suite/branches/release_29/   (props changed)
    test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile

Propchange: test-suite/branches/release_29/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Mar 25 13:36:38 2011
@@ -1 +1 @@
-/test-suite/trunk:128083
+/test-suite/trunk:128083,128270

Modified: test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile?rev=128294&r1=128293&r2=128294&view=diff
==============================================================================
--- test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile (original)
+++ test-suite/branches/release_29/MultiSource/Applications/lemon/Makefile Fri Mar 25 13:36:38 2011
@@ -7,7 +7,7 @@
 HASH_PROGRAM_OUTPUT = 1
 
 # With a Debug+Asserts build may time out if the default limit is used.
-RUNTIMELIMIT := 750
+RUNTIMELIMIT := 1500
 
 include $(LEVEL)/Makefile.config
 





More information about the llvm-commits mailing list