[evolution] test-html-editor-units: Increase timeout for the HTML editor creation



commit 1b1f3592eb523d292cfaf0a80cc39ff96bb82235
Author: Milan Crha <mcrha redhat com>
Date:   Wed Aug 17 10:53:52 2016 +0200

    test-html-editor-units: Increase timeout for the HTML editor creation
    
    It could be that those 5 seconds were not enough, thus increase it
    to one minute. The waiting is stopped as soon as the editor is created,
    thus it's not a problem in usual cases, only in those unusual.

 e-util/test-html-editor-units-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/test-html-editor-units-utils.c b/e-util/test-html-editor-units-utils.c
index b69f0df..60fd6cc 100644
--- a/e-util/test-html-editor-units-utils.c
+++ b/e-util/test-html-editor-units-utils.c
@@ -200,7 +200,7 @@ test_utils_fixture_set_up (TestFixture *fixture,
 
        e_html_editor_new (test_utils_html_editor_created_cb, &create_data);
 
-       test_utils_async_call_wait (create_data.async_data, 5);
+       test_utils_async_call_wait (create_data.async_data, 60);
 
        g_warn_if_fail (fixture->editor != NULL);
        g_warn_if_fail (E_IS_HTML_EDITOR (fixture->editor));


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