]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Temporarily increase timeout after using the libstdc++ debug mode. I don't
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2011 09:43:50 +0000 (09:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2011 09:43:50 +0000 (09:43 +0000)
want to keep this bigger timeout long term but I'd like to see in the
testsuite runs which tests are genuine failures and which are just caused by
longer runtimes.

git-svn-id: https://svn.dealii.org/trunk@23922 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index e03d9fdc26882d943fdce776fd579a7c44c6bd7e..76e50a963290fea7ad602517c206c065762ea534 100644 (file)
@@ -84,7 +84,7 @@ ifndef OVERRIDE_OUTPUT_RULE
 %/output : %/exe
        @echo =====Running======= $<
        @echo Running > $(dir $@)/status
-       @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),600) ; \
+       @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),900) ; \
          export WALLTIME=3600 ; \
          ./$< ; \
          if test ! $$? = 0 ; then rm $@ ; false ; fi

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.