Bug 619031 - method-calls-in-thread test failing
authorRyan Lortie <desrt@desrt.ca>
Tue, 18 May 2010 21:25:43 +0000 (17:25 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 18 May 2010 21:25:43 +0000 (17:25 -0400)
commit719e2dcb3b35dbab9cfaa7d0f711b0949b57ad35
tree0e77697bd597e102ce70639382486bfb0bd38165
parent6067f9f794954b8545776e14d059a7bb15d99e99
Bug 619031 - method-calls-in-thread test failing

The test was assuming that g_timeout_add() waited for at least the amount of
time given to it before running the function.  This is not the case -- the
function can be run as much as 1ms early.  Make the lower time bound asserted
in the test more permissive to account for this.
gio/tests/gdbus-threading.c