From: Wolfgang Bangerth Date: Mon, 15 Sep 2003 16:29:33 +0000 (+0000) Subject: Increase time limit for each test. X-Git-Tag: v8.0.0~16231 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0d8c98aa2b746d58bcf7d62fc626012acf6bf2;p=dealii.git Increase time limit for each test. git-svn-id: https://svn.dealii.org/trunk@7979 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 9bcdc77f0a..99808ba0f2 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -54,7 +54,7 @@ endif %.output : %.exe @echo =====Running======= $< - @ulimit -t 1800 ; ./$< + @ulimit -t 2400 ; ./$< @perl -pi $(normalize) $@