From 34b4d992f042293af1db641e66bef5620576d1ba Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 28 Jun 2013 23:17:22 -0500 Subject: in test-users, possible fix to async dbus action timing issue in SetUp --- tests/backend-dbus/test-actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/backend-dbus/test-actions.cc b/tests/backend-dbus/test-actions.cc index 20e2521..a7e7a5f 100644 --- a/tests/backend-dbus/test-actions.cc +++ b/tests/backend-dbus/test-actions.cc @@ -46,7 +46,7 @@ class Actions: public GTestMockDBusFixture actions = 0; backend_get (cancellable, &actions, NULL, NULL); g_assert (actions != 0); - wait_msec (100); + wait_msec (300); } virtual void TearDown () -- cgit v1.2.3