From: bangerth Date: Wed, 20 Apr 2011 11:41:28 +0000 (+0000) Subject: Extend timeout: this should fix two failing tests now that the system has been upgrad... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=667e464a50fe392d4fb289899bfec615ee0c09c0;p=dealii-svn.git Extend timeout: this should fix two failing tests now that the system has been upgraded to a newer kernel. git-svn-id: https://svn.dealii.org/trunk@23614 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index ec3d9a301a..c4f4fcb3f1 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,7 +1,7 @@ ###################################################################### # Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, the deal.II authors +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, the deal.II authors # # Common make rules for test files. To be included by the Makefiles # in the subdirectories. @@ -83,7 +83,7 @@ endif %/output : %/exe @echo =====Running======= $< @echo Running > $(dir $@)/status - @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),300) ; \ + @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),500) ; \ export WALLTIME=3600 ; \ ./$< ; \ if test ! $$? = 0 ; then rm $@ ; false ; fi