[llvm-commits] [test-suite] r93761 - /test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
Jakob Stoklund Olesen
stoklund at 2pi.dk
Mon Jan 18 12:25:45 PST 2010
Author: stoklund
Date: Mon Jan 18 14:25:44 2010
New Revision: 93761
URL: http://llvm.org/viewvc/llvm-project?rev=93761&view=rev
Log:
Double the timeout for 444.namd to 1000s.
This test runs in about 700s on ARM, and it cannot be easily shortened.
Modified:
test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
Modified: test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile?rev=93761&r1=93760&r2=93761&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile Mon Jan 18 14:25:44 2010
@@ -8,6 +8,8 @@
FP_ABSTOLERANCE = 0.00001
+# This test is just over the 500s default limit on ARM.
+RUNTIMELIMIT = 1000
RUN_OPTIONS = --input namd.input --iterations 1 --output namd.out
STDOUT_FILENAME := namd.out
More information about the llvm-commits
mailing list