[Pkg-cmake-commits] [cmake] 04/07: Increase test timeout to 2000s.

Felix Geyer fgeyer at moszumanska.debian.org
Sun Sep 24 10:14:06 UTC 2017


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

fgeyer pushed a commit to branch master
in repository cmake.

commit 37e49b8aaf8f547ee3a2d35bfa8ecc85cbe17080
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Sep 24 10:01:51 2017 +0200

    Increase test timeout to 2000s.
    
    Hopefully this gives slow buildds enough time to run the Qt5Autogen test.
    
    Closes: #876378
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7306b56..f6baba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 cmake (3.9.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Increase test timeout to 2000s.
+    - Hopefully this gives slow buildds enough time to run the Qt5Autogen test.
+      (Closes: #876378)
 
  -- Felix Geyer <fgeyer at debian.org>  Thu, 21 Sep 2017 19:04:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 984fda7..7081542 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ override_dh_auto_configure: $(BUILD_FLAGS_FILE)
 	                         $(BOOTSTRAP_PARALLEL) --verbose
 
 override_dh_auto_test:
-	HOME="`pwd`/Build" dh_auto_test --buildsystem=cmake -- ARGS="-E CTestTestUpload"
+	HOME="`pwd`/Build" dh_auto_test --buildsystem=cmake -- ARGS="-E CTestTestUpload --timeout 2000"
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cmake/cmake.git



More information about the Pkg-cmake-commits mailing list