/mainloop/timeouts test: Reduce race condition
authorMartin Pitt <martinpitt@gnome.org>
Wed, 27 Jun 2012 09:46:28 +0000 (11:46 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Wed, 27 Jun 2012 13:32:38 +0000 (15:32 +0200)
commit95f29687e14423ca541cac1c00137375b935168d
treea5e33b78ae3a1ff2494910359bfe3e5f0bd75325
parent240ef2b9e830f2aa92356368902bec813f3c1ef8
/mainloop/timeouts test: Reduce race condition

Due to load, particular traits of the architecture, or other circumstances, the
/mainloop/timeouts sometimes manages to call the "every
100 ms" timer loop only 9 times in 1050 ms.

This is an inherent race-condition in the test; allow it some slack and accept
9 times as well.

https://bugzilla.gnome.org/show_bug.cgi?id=678959
glib/tests/mainloop.c