[Python-modules-commits] [python-websockets] 01/01: set WEBSOCKETS_TESTS_TIMEOUT_FACTOR to 100 to avoid FTBFS on slower buildds

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Mar 14 12:32:55 UTC 2017


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

piotr pushed a commit to branch master
in repository python-websockets.

commit 0ea3518832621c81f5365e163f9b60a5a5b2580c
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Tue Mar 14 13:23:30 2017 +0100

    set WEBSOCKETS_TESTS_TIMEOUT_FACTOR to 100 to avoid FTBFS on slower buildds
---
 debian/changelog | 7 +++++++
 debian/rules     | 6 +++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e8a4ee5..645b1d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-websockets (3.2-2) unstable; urgency=medium
+
+  * set WEBSOCKETS_TESTS_TIMEOUT_FACTOR to 100 to avoid FTBFS on slower
+    buildd (closes: 854335)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 14 Mar 2017 13:21:33 +0100
+
 python-websockets (3.2-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/rules b/debian/rules
index 89b6941..214818a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
 #! /usr/bin/make -f
 
+# extend timeout on slow buildd to fix FTBFS
+# see https://github.com/aaugustin/websockets/issues/163
+export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=100
+
 export PYBUILD_NAME=websockets
 %:
-	dh $@ --with python3 --buildsystem=pybuild
\ No newline at end of file
+	dh $@ --with python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-websockets.git



More information about the Python-modules-commits mailing list