From: wolf Date: Wed, 18 Sep 2002 17:16:58 +0000 (+0000) Subject: Extend possible life of tests to 60 minutes, to see whether that makes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8203e0fe509bd0fb934c56a5c377b34579e92a;p=dealii-svn.git 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 --- 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) $@