From 637004204cb7d4b9aa36d5d0ad1013574b87914c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 2 Jun 2011 17:39:23 +0000 Subject: [PATCH] Up the default ulimit limit to 10 minutes. git-svn-id: https://svn.dealii.org/trunk@23765 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 1e3cba5e3f..5dea356cb2 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -83,7 +83,7 @@ endif %/output : %/exe @echo =====Running======= $< @echo Running > $(dir $@)/status - @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),500) ; \ + @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),600) ; \ export WALLTIME=3600 ; \ ./$< ; \ if test ! $$? = 0 ; then rm $@ ; false ; fi -- 2.39.5