[gcr] Wait longer for dbus replies in test_watch_cancels



commit 7b6c24540f908c80b0b9a3e14c760aed4f8e8ebe
Author: Michael Biebl <biebl debian org>
Date:   Mon Apr 4 03:38:19 2016 +0200

    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.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764569

 gcr/test-system-prompt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gcr/test-system-prompt.c b/gcr/test-system-prompt.c
index 3016252..cd3c802 100644
--- a/gcr/test-system-prompt.c
+++ b/gcr/test-system-prompt.c
@@ -723,7 +723,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 ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]