]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Extend timeout: this should fix two failing tests now that the system has been upgrad...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Apr 2011 11:41:28 +0000 (11:41 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Apr 2011 11:41:28 +0000 (11:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@23614 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index ec3d9a301a9cd5b04066e4d66e8c764c960c2349..c4f4fcb3f1fc37b688c8ad23471cb41d5370c6e3 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.