Make timeout test less likely to fail

This commit is contained in:
Matthias Clasen
2011-03-07 13:42:33 -05:00
parent 1841ab81e5
commit 90b18cdacd

View File

@@ -63,7 +63,7 @@ test_func (gpointer data)
*/
usleep (count * 10000);
if (count < 10)
if (count < 8)
return TRUE;
g_main_loop_quit (loop);