From: Wolfgang Bangerth Date: Thu, 19 Sep 2002 16:43:17 +0000 (+0000) Subject: Undo last check-in. X-Git-Tag: v8.0.0~17500 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8386254b3320ffdc078a563f0608161208d176;p=dealii.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) $@