mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
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:
parent
77fbc10da6
commit
7d5c738dba
@ -466,7 +466,7 @@ test_create_delete (gconstpointer d)
|
|||||||
|
|
||||||
data->loop = g_main_loop_new (NULL, FALSE);
|
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);
|
g_file_create_async (data->file, 0, 0, NULL, created_cb, data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user