GNOME Bugzilla – Bug 682222
test_method_calls_on_proxy: assertion failed (elapsed_msec < 6000): (7365 < 6000)
Last modified: 2012-08-31 16:04:34 UTC
When running the glib tests on slower platforms like ARM, it sometimes fails in this test: ERROR:/build/buildd/glib2.0-2.33.8/./gio/tests/gdbus-threading.c:409:test_method_calls_on_proxy: assertion failed (elapsed_msec < 6000): (7365 < 6000) this test runs 3 threads which do 240 D-BUS calls to Sleep() which sum up to 4 seconds of total sleep. It seems the overhead is slightly larger than expected on slower platforms (this is on a Panda board). Can we bump it a bit?
Created attachment 221781 [details] [review] Bump max time in test_method_calls_on_proxy() test
Comment on attachment 221781 [details] [review] Bump max time in test_method_calls_on_proxy() test Sure.
Comment on attachment 221781 [details] [review] Bump max time in test_method_calls_on_proxy() test Thanks for the review, committed.
Erk, pushed for real now, sorry.