mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-06 11:08:56 +01:00
Make timeout test less likely to fail
This commit is contained in:
@@ -63,7 +63,7 @@ test_func (gpointer data)
|
|||||||
*/
|
*/
|
||||||
usleep (count * 10000);
|
usleep (count * 10000);
|
||||||
|
|
||||||
if (count < 10)
|
if (count < 8)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
g_main_loop_quit (loop);
|
g_main_loop_quit (loop);
|
||||||
|
|||||||
Reference in New Issue
Block a user