[llvm-commits] [test-suite] r112601 - /test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile

Daniel Dunbar daniel at zuster.org
Tue Aug 31 08:00:18 PDT 2010


Author: ddunbar
Date: Tue Aug 31 10:00:17 2010
New Revision: 112601

URL: http://llvm.org/viewvc/llvm-project?rev=112601&view=rev
Log:
Increase Bullet time limit, it is hitting it at -O0 -g for ARMv7.

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

Modified: test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile?rev=112601&r1=112600&r2=112601&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Bullet/Makefile Tue Aug 31 10:00:17 2010
@@ -4,7 +4,7 @@
 LDFLAGS = -lstdc++ -lm
 
 # This test can take more than the default 500s timeout on Thumb1
-RUNTIMELIMIT:=750
+RUNTIMELIMIT:=850
 
 include $(LEVEL)/Makefile.config
 





More information about the llvm-commits mailing list