[DRE-commits] [ruby-gnome2] 04/09: extend timeout for some slow environment

Daisuke Higuchi dai at moszumanska.debian.org
Fri Jul 21 16:29:58 UTC 2017


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

dai pushed a commit to branch master
in repository ruby-gnome2.

commit 2e086c87bbf71df42d2e79c4dbd40bba4c0b5865
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sat Jul 22 01:27:30 2017 +0900

    extend timeout for some slow environment
---
 .../extend-timeout-test-webkit2-gtk-web-view.patch    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/debian/patches/extend-timeout-test-webkit2-gtk-web-view.patch b/debian/patches/extend-timeout-test-webkit2-gtk-web-view.patch
new file mode 100644
index 0000000..e74ab45
--- /dev/null
+++ b/debian/patches/extend-timeout-test-webkit2-gtk-web-view.patch
@@ -0,0 +1,19 @@
+Description: extend timeout for some slow environment
+Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
+Forwarded: https://github.com/ruby-gnome2/ruby-gnome2/pull/1067
+Applied-Upstream: 3.1.8+, https://github.com/ruby-gnome2/ruby-gnome2/pull/1067/commits/c9eecb8448b7f327b7c73594749d25925f94137e
+Last-Update: 2017-07-20
+
+Index: ruby-gnome2/webkit2-gtk/test/test-webkit2-gtk-web-view.rb
+===================================================================
+--- ruby-gnome2.orig/webkit2-gtk/test/test-webkit2-gtk-web-view.rb
++++ ruby-gnome2/webkit2-gtk/test/test-webkit2-gtk-web-view.rb
+@@ -89,7 +89,7 @@ class TestWebKit2GtkWebView < Test::Unit
+       loaded = false
+ 
+       loop = GLib::MainLoop.new
+-      timeout_id = GLib::Timeout.add(5000) do
++      timeout_id = GLib::Timeout.add(30000) do
+         timeout_id = nil
+         loop.quit
+         GLib::Source::REMOVE

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



More information about the Pkg-ruby-extras-commits mailing list