[dune-pdelab] 01/02: Increase test timeout to 300s

Ansgar Burchardt ansgar at moszumanska.debian.org
Tue Dec 6 19:16:10 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-2
in repository dune-pdelab.

commit 328af9d0bb9c17c8fb5d8725857396ac2c35e5db
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Tue Dec 6 20:02:56 2016 +0100

    Increase test timeout to 300s
    
    This should fix the build failure on several slower architectures.
---
 .../0001-Increase-timeout-to-default-300s.patch    | 79 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 80 insertions(+)

diff --git a/debian/patches/0001-Increase-timeout-to-default-300s.patch b/debian/patches/0001-Increase-timeout-to-default-300s.patch
new file mode 100644
index 0000000..20e6bae
--- /dev/null
+++ b/debian/patches/0001-Increase-timeout-to-default-300s.patch
@@ -0,0 +1,79 @@
+From 1e96ccc24f41ef758c298e05af94fde61269c7da Mon Sep 17 00:00:00 2001
+From: Ansgar Burchardt <Ansgar.Burchardt at tu-dresden.de>
+Date: Tue, 6 Dec 2016 13:09:43 +0100
+Subject: [PATCH] Increase timeout to default (300s)
+
+The short timeout of 20s was too short on several of Debian's slower
+architectures, for example [armel], [armhf], [mips], [mips64el] and
+[powerpc].
+
+  [armel]: https://buildd.debian.org/status/fetch.php?pkg=dune-pdelab&arch=armel&ver=2.5.0%7E20161204gdb53a76-1&stamp=1481000268
+  [armhf]: https://buildd.debian.org/status/fetch.php?pkg=dune-pdelab&arch=armhf&ver=2.5.0%7E20161204gdb53a76-1&stamp=1480999871
+  [mips]: https://buildd.debian.org/status/fetch.php?pkg=dune-pdelab&arch=mips&ver=2.5.0%7E20161204gdb53a76-1&stamp=1481000655
+  [mips64el]: https://buildd.debian.org/status/fetch.php?pkg=dune-pdelab&arch=mips64el&ver=2.5.0%7E20161204gdb53a76-1&stamp=1481015288
+  [powerpc]: https://buildd.debian.org/status/fetch.php?pkg=dune-pdelab&arch=powerpc&ver=2.5.0%7E20161204gdb53a76-1&stamp=1480990227
+---
+ dune/pdelab/test/CMakeLists.txt | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/dune/pdelab/test/CMakeLists.txt b/dune/pdelab/test/CMakeLists.txt
+index 7f38da9..e1b5fa9 100644
+--- a/dune/pdelab/test/CMakeLists.txt
++++ b/dune/pdelab/test/CMakeLists.txt
+@@ -88,7 +88,7 @@ if(dune-alugrid_FOUND)
+   dune_add_test(SOURCES testloadbalancing.cc
+                 COMPILE_DEFINITIONS GRIDSDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/grids\"
+                 MPI_RANKS 2
+-                TIMEOUT 20)
++                TIMEOUT 300)
+ endif(dune-alugrid_FOUND)
+ 
+ if(GMP_FOUND)
+@@ -103,38 +103,38 @@ foreach(degree IN ITEMS 1 2)
+                   SOURCES testpoisson-periodic-2d.cc
+                   MPI_RANKS 1 2
+                   COMPILE_DEFINITIONS DEGREE=${degree} DG=${dg}
+-                  TIMEOUT 20)
++                  TIMEOUT 300)
+ 
+     dune_add_test(NAME testpoisson-periodic-3d-deg${degree}-dg${dg}-parallel
+                   SOURCES testpoisson-periodic-3d.cc
+                   MPI_RANKS 1 4
+                   COMPILE_DEFINITIONS DEGREE=${degree} DG=${dg}
+-                  TIMEOUT 20)
++                  TIMEOUT 300)
+   endforeach()
+ endforeach()
+ 
+ dune_add_test(NAME testnonoverlappingsinglephaseflow-yasp
+               SOURCES testnonoverlappingsinglephaseflow.cc
+               MPI_RANKS 1 2
+-              TIMEOUT 20)
++              TIMEOUT 300)
+ 
+ if(UG_FOUND)
+   dune_add_test(NAME testnonoverlappingsinglephaseflow-ug
+                 SOURCES testnonoverlappingsinglephaseflow.cc
+                 COMPILE_DEFINITIONS GRID_UG
+                 MPI_RANKS 1 2
+-                TIMEOUT 20)
++                TIMEOUT 300)
+ 
+   dune_add_test(SOURCES testnonoverlappingsinglephaseflow-boilerplate.cc
+                 COMPILE_DEFINITIONS GRIDSDIR=\"${CMAKE_CURRENT_SOURCE_DIR}/grids\"
+                 MPI_RANKS 2
+-                TIMEOUT 20)
++                TIMEOUT 300)
+ 
+   dune_add_test(SOURCES testadaptivity.cc)
+ 
+   dune_add_test(SOURCES testnonoverlapping.cc
+                 MPI_RANKS 2
+-                TIMEOUT 20)
++                TIMEOUT 300)
+ endif()
+ 
+ exclude_from_headercheck(
+-- 
+2.10.2
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7cbdc1c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Increase-timeout-to-default-300s.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