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
This commit is contained in:
Simon McVittie 2016-08-05 20:12:38 +01:00 committed by Simon McVittie
parent 77fbc10da6
commit 7d5c738dba

View File

@ -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);