GNOME Bugzilla – Bug 686458
slightly increase poll duration in test_timed_wait
Last modified: 2012-10-19 12:44:52 UTC
Created attachment 226817 [details] [review] increase poll duration in test_timed_wait Hi. I am regularly running the GLib regression tests for fix that needs be in OpenBSD (or add support for missing features). I've been annoyed that from time to time, the timed_wait test will fail with an error similar to: GLib-GIO:ERROR:socket.c:620:test_timed_wait: assertion failed (poll_duration < 110000): (110057 < 110000) This patch increases the poll duration in the same way https://bugzilla.gnome.org/show_bug.cgi?id=678881 did, but in the other direction. Would that be alright to push?
Comment on attachment 226817 [details] [review] increase poll duration in test_timed_wait sure... i wish there was a more reliable way to deal with these sorts of tests...
Pushed, thanks Dan.