From: wolf Date: Thu, 19 Sep 2002 16:43:17 +0000 (+0000) Subject: Undo last check-in. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a652bfb48165235b25a9d106c7eb63b058c9773;p=dealii-svn.git Undo last check-in. git-svn-id: https://svn.dealii.org/trunk@6482 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index fe9f078168..91927dd36a 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -43,13 +43,13 @@ endif # different platforms where we might differ in round-off etc. # # Since the test suite is usually run automatically, we -# impose a maximum run time of 60 CPU minutes for each +# impose a maximum run time of 30 CPU minutes for each # program. ############################################################ %.output : %.exe @echo =====Running======= $< - @ulimit -t 3600 ; ./$< + @ulimit -t 1800 ; ./$< @perl -pi $(normalize) $@