This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-phyl.
commit 719847784840fa863ba46e7f69115733dee209f7 Author: Andreas Tille <[email protected]> Date: Mon Jun 26 12:40:09 2017 +0200 Relax timeout for tests --- debian/changelog | 7 +++++++ debian/patches/relax_test_timeout.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4134f9f..99ff5da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libbpp-phyl (2.3.1-4) unstable; urgency=medium + + * Relax timeout for tests. + Dealswith: #865552 + + -- Andreas Tille <[email protected]> Mon, 26 Jun 2017 12:39:58 +0200 + libbpp-phyl (2.3.1-3) unstable; urgency=medium * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) diff --git a/debian/patches/relax_test_timeout.patch b/debian/patches/relax_test_timeout.patch new file mode 100644 index 0000000..c5721c5 --- /dev/null +++ b/debian/patches/relax_test_timeout.patch @@ -0,0 +1,13 @@ +Author: Julien Y. Dutheil <[email protected]> +Date: Sat Jun 24 23:41:39 2017 +0200 +Description: Added longer timeout for tests. + +--- a/test/CMakeLists.txt ++++ b/test/CMakeLists.txt +@@ -21,4 +21,6 @@ foreach (test_cpp_file ${test_cpp_files} + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} + COMMAND ${test_name} + ) ++ set_tests_properties (${test_name} PROPERTIES TIMEOUT 10000) + endforeach (test_cpp_file) ++ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..cf6375e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +relax_test_timeout.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-phyl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
