r47844 - in /desktop/unstable/gcr/debian: changelog patches/0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Apr 4 01:42:12 UTC 2016


Author: biebl
Date: Mon Apr  4 01:42:12 2016
New Revision: 47844

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47844
Log:
Increase the time we wait for a D-Bus reply from 250ms to 1s in
test_watch_cancels. Apparently 250ms is too low for slow architectures
like mipsel.

Added:
    desktop/unstable/gcr/debian/patches/0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch
Modified:
    desktop/unstable/gcr/debian/changelog
    desktop/unstable/gcr/debian/patches/series

Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=47844&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog	[utf-8] Mon Apr  4 01:42:12 2016
@@ -1,6 +1,9 @@
 gcr (3.20.0-2) UNRELEASED; urgency=medium
 
   * Drop uploaders.mk from debian/rules and instead use gnome dh addon.
+  * Increase the time we wait for a D-Bus reply from 250ms to 1s in
+    test_watch_cancels. Apparently 250ms is too low for slow architectures
+    like mipsel.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 04 Apr 2016 03:39:54 +0200
 

Added: desktop/unstable/gcr/debian/patches/0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/patches/0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch?rev=47844&op=file
==============================================================================
--- desktop/unstable/gcr/debian/patches/0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch	(added)
+++ desktop/unstable/gcr/debian/patches/0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch	[utf-8] Mon Apr  4 01:42:12 2016
@@ -0,0 +1,27 @@
+From a19762780f47202e7d630d4c43e33d862f88ee6b Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Mon, 4 Apr 2016 03:38:19 +0200
+Subject: [PATCH 2/2] wait longer for dbus replies in test_watch_cancels
+
+Increase the time we wait for a reply from 250ms to 1s. Apparently 250ms
+is too low for slow architectures like mipsel.
+---
+ gcr/test-system-prompt.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gcr/test-system-prompt.c b/gcr/test-system-prompt.c
+index 703a7cb..32ac493 100644
+--- a/gcr/test-system-prompt.c
++++ b/gcr/test-system-prompt.c
+@@ -719,7 +719,7 @@ test_watch_cancels (Test *test,
+ 	                                           on_result_pair_two, &pair);
+ 
+ 	/* Wait a bit before stopping, so outgoing request is done */
+-	egg_test_wait_until (250);
++	egg_test_wait_until (1000);
+ 
+ 	/* Kill the mock prompter */
+ 	gcr_mock_prompter_disconnect ();
+-- 
+2.8.0.rc3
+

Modified: desktop/unstable/gcr/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/patches/series?rev=47844&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gcr/debian/patches/series	[utf-8] Mon Apr  4 01:42:12 2016
@@ -1 +1,2 @@
 0001-do-not-require-system-bus-for-running-test-suite.patch
+0002-wait-longer-for-dbus-replies-in-test_watch_cancels.patch




More information about the pkg-gnome-commits mailing list