From 0a652bfb48165235b25a9d106c7eb63b058c9773 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 19 Sep 2002 16:43:17 +0000 Subject: [PATCH] Undo last check-in. git-svn-id: https://svn.dealii.org/trunk@6482 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) $@ -- 2.39.5