r51975 - in /desktop/unstable/gcr/debian: changelog patches/tests-collection-test-timeout.patch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Feb 5 11:01:14 UTC 2017


Author: pochu
Date: Sun Feb  5 11:01:13 2017
New Revision: 51975

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51975
Log:
* Brown paper bag release.
* Actually add the patch contents to tests-collection-test-timeout.patch.

Modified:
    desktop/unstable/gcr/debian/changelog
    desktop/unstable/gcr/debian/patches/tests-collection-test-timeout.patch

Modified: desktop/unstable/gcr/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/changelog?rev=51975&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gcr/debian/changelog	[utf-8] Sun Feb  5 11:01:13 2017
@@ -1,3 +1,10 @@
+gcr (3.20.0-5) UNRELEASED; urgency=medium
+
+  * Brown paper bag release.
+  * Actually add the patch contents to tests-collection-test-timeout.patch.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 05 Feb 2017 12:00:42 +0100
+
 gcr (3.20.0-4) unstable; urgency=medium
 
   * debian/patches/tests-collection-test-timeout.patch:

Modified: desktop/unstable/gcr/debian/patches/tests-collection-test-timeout.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcr/debian/patches/tests-collection-test-timeout.patch?rev=51975&op=diff
==============================================================================
--- desktop/unstable/gcr/debian/patches/tests-collection-test-timeout.patch	[utf-8] (original)
+++ desktop/unstable/gcr/debian/patches/tests-collection-test-timeout.patch	[utf-8] Sun Feb  5 11:01:13 2017
@@ -0,0 +1,11 @@
+--- a/gcr/test-gnupg-collection.c
++++ b/gcr/test-gnupg-collection.c
+@@ -210,7 +210,7 @@
+ 	GcrGnupgKey *key;
+ 
+ 	_gcr_gnupg_collection_load_async (test->collection, NULL, on_async_ready, test);
+-	egg_test_wait_until (2500);
++	egg_test_wait_until (500000);
+ 	g_assert (test->result);
+ 	_gcr_gnupg_collection_load_finish (test->collection, test->result, &error);
+ 	g_assert_no_error (error);




More information about the pkg-gnome-commits mailing list