From 8a8203e0fe509bd0fb934c56a5c377b34579e92a Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 18 Sep 2002 17:16:58 +0000 Subject: [PATCH] Extend possible life of tests to 60 minutes, to see whether that makes the wave-test-3 succeed again... git-svn-id: https://svn.dealii.org/trunk@6466 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 91927dd36a..fe9f078168 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 30 CPU minutes for each +# impose a maximum run time of 60 CPU minutes for each # program. ############################################################ %.output : %.exe @echo =====Running======= $< - @ulimit -t 1800 ; ./$< + @ulimit -t 3600 ; ./$< @perl -pi $(normalize) $@ -- 2.39.5