[med-svn] [libbpp-seq] 01/01: Increased timeout threshold
Julien Dutheil
jdutheil-guest at moszumanska.debian.org
Mon Jul 17 20:34:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
jdutheil-guest pushed a commit to branch master
in repository libbpp-seq.
commit 3894096e649f0facfc9e72c27db84e1761602920
Author: Julien Y. Dutheil <dutheil at evolbio.mpg.de>
Date: Mon Jul 17 22:30:45 2017 +0200
Increased timeout threshold
Should allow Bowker test to pass on all arch.
---
debian/changelog | 6 ++++++
debian/patches/relax_test_timeout.patch | 10 ++++++++++
debian/patches/series | 1 +
3 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7f1c5f5..89139bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libbpp-seq (2.3.1-6) unstable; urgency=medium
+
+ * Increased timeout threshold for Bowker test to pass on all arch.
+
+ -- Julien Dutheil <julien.dutheil at univ-montp2.fr> Mon, 17 Jul 2017 22:29:29 +0200
+
libbpp-seq (2.3.1-5) unstable; urgency=medium
[ Julien Dutheil ]
diff --git a/debian/patches/relax_test_timeout.patch b/debian/patches/relax_test_timeout.patch
new file mode 100644
index 0000000..c9a3e86
--- /dev/null
+++ b/debian/patches/relax_test_timeout.patch
@@ -0,0 +1,10 @@
+diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
+index 2e19f7d..52b3e3f 100644
+--- a/test/CMakeLists.txt
++++ b/test/CMakeLists.txt
+@@ -21,4 +21,5 @@ foreach (test_cpp_file ${test_cpp_files})
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
+ COMMAND ${test_name}
+ )
++ set_tests_properties (${test_name} PROPERTIES TIMEOUT 60000)
+ endforeach (test_cpp_file)
diff --git a/debian/patches/series b/debian/patches/series
index 4c4a8ac..6c3fe83 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
rm_VectorProbabilisticSiteContainer.patch
+relax_test_timeout.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-seq.git
More information about the debian-med-commit
mailing list