mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-02 09:22:16 +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);
|
||||
|
||||
if (count < 10)
|
||||
if (count < 8)
|
||||
return TRUE;
|
||||
|
||||
g_main_loop_quit (loop);
|
||||
|
||||
Reference in New Issue
Block a user