[glib] gio/tests/file: increase an arbitrary timeout



commit 7d5c738dba56dbb31b1cbfaf533d005d940072a9
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Fri Aug 5 20:12:38 2016 +0100

    gio/tests/file: increase an arbitrary timeout
    
    On slow ARM machines doing parallel builds, there's no guarantee that
    we'll get through this in 5 seconds.
    
    Signed-off-by: Simon McVittie <simon mcvittie collabora co uk>
    Reviewed-by: Philip Withnall <withnall endlessm com>
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=769674

 gio/tests/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/file.c b/gio/tests/file.c
index 7791837..d07ba37 100644
--- a/gio/tests/file.c
+++ b/gio/tests/file.c
@@ -466,7 +466,7 @@ test_create_delete (gconstpointer d)
 
   data->loop = g_main_loop_new (NULL, FALSE);
 
-  data->timeout = g_timeout_add (5000, stop_timeout, NULL);
+  data->timeout = g_timeout_add (10000, stop_timeout, NULL);
 
   g_file_create_async (data->file, 0, 0, NULL, created_cb, data);
 


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