From 487ee9f38b37f49ea2fda811d8b59b42f47290de Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 24 Nov 2011 05:32:29 +0000 Subject: [PATCH] Reduce ulimit runtime. git-svn-id: https://svn.dealii.org/trunk@24767 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 76e50a9632..e03d9fdc26 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -84,7 +84,7 @@ ifndef OVERRIDE_OUTPUT_RULE %/output : %/exe @echo =====Running======= $< @echo Running > $(dir $@)/status - @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),900) ; \ + @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),600) ; \ export WALLTIME=3600 ; \ ./$< ; \ if test ! $$? = 0 ; then rm $@ ; false ; fi -- 2.39.5