GNOME Bugzilla – Bug 764569
Increase wait time in test_watch_cancels
Last modified: 2019-02-22 11:58:19 UTC
Created attachment 325290 [details] [review] wait longer for dbus replies in test_watch_cancels As you can see at [1], the test suite failed on mipsel, which is a rather slow architecture, with the following message: ERROR:gcr/test-system-prompt.c:736:test_watch_cancels: assertion failed (error == (g-io-error-quark, 19)): GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (g-dbus-error-quark, 4) # ERROR:gcr/test-system-prompt.c:736:test_watch_cancels: assertion failed (error == (g-io-error-quark, 19)): GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying (g-dbus-error-quark, 4) not ok 18 /gcr/system-prompt/watch-cancels Apparently the time we wait for a D-Bus reply (250ms) is too low. I increased that to 1s, and now it successfully passed on the machines I could test with. Obviously 1s is rather arbitrary as well, but it seems safe to bump the timeout a little, to increase the chance for the test to succeed. [1] https://buildd.debian.org/status/fetch.php?pkg=gcr&arch=mipsel&ver=3.20.0-1&stamp=1459728278