diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-03-07 13:42:33 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-03-07 13:42:33 -0500 |
commit | 90b18cdacdcf037f3c898cbf7d615d028b42e6e4 (patch) | |
tree | bbe213dbc2a151f1221372ef3ee6b86bd5d143f4 | |
parent | 1841ab81e5dc28e74cf246e98c3174aa1b566a4a (diff) |
Make timeout test less likely to fail2.28.2
-rw-r--r-- | glib/tests/timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/tests/timeout.c b/glib/tests/timeout.c index 9354cd7a5..63b750376 100644 --- a/glib/tests/timeout.c +++ b/glib/tests/timeout.c @@ -63,7 +63,7 @@ test_func (gpointer data) */ usleep (count * 10000); - if (count < 10) + if (count < 8) return TRUE; g_main_loop_quit (loop); |