[spyder-reports] 01/01: add patch for slow machines

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sun Nov 5 10:13:59 UTC 2017


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

picca pushed a commit to branch master
in repository spyder-reports.

commit 02b87afdce898110952017d9ee6f332e0fac39f5
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Nov 5 10:16:41 2017 +0100

    add patch for slow machines
---
 .../0001-increase-timeout-for-slow-computers.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001-increase-timeout-for-slow-computers.patch b/debian/patches/0001-increase-timeout-for-slow-computers.patch
new file mode 100644
index 0000000..23abdd0
--- /dev/null
+++ b/debian/patches/0001-increase-timeout-for-slow-computers.patch
@@ -0,0 +1,22 @@
+From: Debian Science Maintainers
+ <debian-science-maintainers at lists.alioth.debian.org>
+Date: Sun, 5 Nov 2017 10:16:46 +0100
+Subject: increase timeout for slow computers
+
+---
+ spyder_reports/tests/test_plugin.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spyder_reports/tests/test_plugin.py b/spyder_reports/tests/test_plugin.py
+index a099489..64671f4 100644
+--- a/spyder_reports/tests/test_plugin.py
++++ b/spyder_reports/tests/test_plugin.py
+@@ -69,7 +69,7 @@ def test_register_plugin(qtbot, setup_reports):
+ 
+     reports.main.add_dockwidget = add_dockwidget
+ 
+-    with qtbot.waitSignal(reports.sig_render_finished, timeout=10000) as sig:
++    with qtbot.waitSignal(reports.sig_render_finished, timeout=100000) as sig:
+         reports.register_plugin()
+ 
+     ok, filename, error = sig.args
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bd4dbe4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-increase-timeout-for-slow-computers.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder-reports.git



More information about the debian-science-commits mailing list