[llvm-commits] CVS: llvm/test/Programs/Makefile.programs

Chris Lattner lattner at cs.uiuc.edu
Sat May 3 00:50:01 PDT 2003


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.37 -> 1.38

---
Log message:

Bump time limit a bit


---
Diffs of the changes:

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.37 llvm/test/Programs/Makefile.programs:1.38
--- llvm/test/Programs/Makefile.programs:1.37	Thu Apr 24 22:56:37 2003
+++ llvm/test/Programs/Makefile.programs	Sat May  3 00:49:03 2003
@@ -61,7 +61,7 @@
 # RUNTIMELIMIT - The number of seconds we should wait before certain events
 # timeout.  This is overridable on the commandline.
 #
-RUNTIMELIMIT := 30
+RUNTIMELIMIT := 40
 
 # RUNSAFELY - This program simply runs another program.  If the program works
 # correctly, this script has no effect, otherwise it will do things like print a





More information about the llvm-commits mailing list