File: increase-test-timeouts.patch

package info (click to toggle)
dune-grid 2.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,396 kB
  • sloc: cpp: 55,318; ansic: 444; perl: 191; makefile: 3; sh: 3
file content (18 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Ansgar Burchardt <ansgar@debian.org>
Date: Sun, 18 Dec 2016 18:01:23 +0100
Subject: increase test timeout

Increase test timeout for a test taking too long on sparc64. This
should fix the build failure referenced below.

Reference: https://buildd.debian.org/status/fetch.php?pkg=dune-grid&arch=sparc64&ver=2.5.0%7Erc2-1&stamp=1480995532
--- a/dune/grid/utility/test/CMakeLists.txt
+++ b/dune/grid/utility/test/CMakeLists.txt
@@ -6,6 +6,7 @@
               LINK_LIBRARIES dunegrid)
 
 dune_add_test(SOURCES tensorgridfactorytest.cc
+              TIMEOUT 1200
               LINK_LIBRARIES dunegrid)
 
 dune_add_test(SOURCES vertexordertest.cc