[llvm-commits] [test-suite] r148727 - /test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile

Chad Rosier mcrosier at apple.com
Mon Jan 23 13:26:53 PST 2012


Author: mcrosier
Date: Mon Jan 23 15:26:53 2012
New Revision: 148727

URL: http://llvm.org/viewvc/llvm-project?rev=148727&view=rev
Log:
nbench exceeds the 500s default, so bump it a bit.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile

Modified: test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile?rev=148727&r1=148726&r2=148727&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile Mon Jan 23 15:26:53 2012
@@ -6,6 +6,9 @@
 
 include	../../Makefile.multisrc
 
+# This test can take more than the default 500s timeout at -O0.
+RUNTIMELIMIT:=750
+
 # Always copy NNET.DAT so it's available with SRCDIR != OBJDIR builds.
 # FIXME: Hack
 $(shell cp -n $(PROJ_SRC_DIR)/NNET.DAT .)





More information about the llvm-commits mailing list