[llvm-commits] CVS: llvm/test/Programs/MultiSource/aha/Makefile

Vikram Adve vadve at cs.uiuc.edu
Tue May 27 17:37:01 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/aha:

Makefile updated: 1.2 -> 1.3

---
Log message:

Increase limit for aha to 300 seconds since the Sparcs are so slow!


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/aha/Makefile
diff -u llvm/test/Programs/MultiSource/aha/Makefile:1.2 llvm/test/Programs/MultiSource/aha/Makefile:1.3
--- llvm/test/Programs/MultiSource/aha/Makefile:1.2	Mon May 12 11:03:21 2003
+++ llvm/test/Programs/MultiSource/aha/Makefile	Tue May 27 17:36:34 2003
@@ -2,5 +2,5 @@
 PROG = aha
 CPPFLAGS = 
 LDFLAGS =
-RUNTIMELIMIT = 60
+RUNTIMELIMIT = 300
 include ../Makefile.multisrc





More information about the llvm-commits mailing list