Bump max time in test_method_calls_on_proxy() test
authorMartin Pitt <martinpitt@gnome.org>
Mon, 20 Aug 2012 04:02:31 +0000 (06:02 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Fri, 31 Aug 2012 16:03:26 +0000 (18:03 +0200)
commit55f7061097c3a7e6a381089dab65b9eed642408c
treef98eddf39ede3282c17fbccb2742bf9687d4858d
parent8297e8a3a0d63a69fd923219031438698a118759
Bump max time in test_method_calls_on_proxy() test

On slower platforms, the overhead of the 240 D-BUS Sleep calls is larger than
the current maximum of 6 seconds. A run on a Panda board sometimes fails with

  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)

Bump maximum time to 8 seconds to be more resilient to this.

https://bugzilla.gnome.org/show_bug.cgi?id=682222
gio/tests/gdbus-threading.c