[dune-pdelab] 01/02: Increase timeouts for more tests.

Ansgar Burchardt ansgar at moszumanska.debian.org
Wed Dec 7 22:00:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

ansgar pushed a commit to annotated tag debian/2.5.0_20161204gdb53a76-3
in repository dune-pdelab.

commit 37a572fe4badca037d9ff3699e872c4d785bd05d
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Wed Dec 7 22:36:10 2016 +0100

    Increase timeouts for more tests.
    
    Hopefully this is enough now for all architectures.
---
 debian/patches/increase-timeout.patch | 57 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 58 insertions(+)

diff --git a/debian/patches/increase-timeout.patch b/debian/patches/increase-timeout.patch
new file mode 100644
index 0000000..7adaff2
--- /dev/null
+++ b/debian/patches/increase-timeout.patch
@@ -0,0 +1,57 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Wed, 07 Dec 2016 22:32:57 +0100
+Subject: Increase timeouts almost to infinity
+
+Slow mips is slow.
+
+Reference: https://buildd.debian.org/status/fetch.php?pkg=dune-pdelab&arch=mips&ver=2.5.0%7E20161204gdb53a76-2&stamp=1481063027
+--- a/dune/pdelab/test/CMakeLists.txt
++++ b/dune/pdelab/test/CMakeLists.txt
+@@ -34,6 +34,7 @@
+ dune_add_test(SOURCES testlocaloperatorinterface.cc)
+ 
+ dune_add_test(SOURCES testpk2dinterpolation.cc
++              TIMEOUT 7200
+               COMPILE_DEFINITIONS GRIDSDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/grids\")
+ add_dune_alberta_flags(testpk2dinterpolation)
+ 
+@@ -42,6 +43,7 @@
+ add_dune_alberta_flags(testpk)
+ 
+ dune_add_test(SOURCES testpoisson.cc
++              TIMEOUT 7200
+               COMPILE_DEFINITIONS GRIDSDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/grids\")
+ add_dune_alberta_flags(testpoisson)
+ 
+@@ -74,11 +76,12 @@
+ dune_add_test(SOURCES testsimplebackend.cc
+               COMPILE_DEFINITIONS GRIDSDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/grids\")
+ 
+-dune_add_test(SOURCES test-transport-ccfv.cc)
++dune_add_test(SOURCES test-transport-ccfv.cc TIMEOUT 7200)
+ 
+ 
+ if(EIGEN3_FOUND)
+   dune_add_test(SOURCES testeigenbackend.cc
++                TIMEOUT 7200
+                COMPILE_DEFINITIONS GRIDSDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/grids\")
+ endif(EIGEN3_FOUND)
+ 
+@@ -92,7 +95,7 @@
+ endif(dune-alugrid_FOUND)
+ 
+ if(GMP_FOUND)
+-  dune_add_test(SOURCES testopbfem.cc)
++  dune_add_test(SOURCES testopbfem.cc TIMEOUT 7200)
+   dune_add_test(SOURCES test-dg-amg.cc)
+ endif(GMP_FOUND)
+ 
+@@ -109,7 +112,7 @@
+                   SOURCES testpoisson-periodic-3d.cc
+                   MPI_RANKS 1 4
+                   COMPILE_DEFINITIONS DEGREE=${degree} DG=${dg}
+-                  TIMEOUT 300)
++                  TIMEOUT 7200)
+   endforeach()
+ endforeach()
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7cbdc1c..3e9944e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Increase-timeout-to-default-300s.patch
+increase-timeout.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-pdelab.git



More information about the debian-science-commits mailing list