diff options
author | Ted Gould <ted@gould.cx> | 2013-09-09 16:59:58 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-09-09 16:59:58 -0500 |
commit | d523437e665545f76d7676c68f4b5a5f069774c6 (patch) | |
tree | 661198273b2b134d62a4ae28517d20e3a5c13121 /tests | |
parent | b20d7e1fc716b3be097740efbddb3976336a060d (diff) | |
download | libdbusmenu-d523437e665545f76d7676c68f4b5a5f069774c6.tar.gz libdbusmenu-d523437e665545f76d7676c68f4b5a5f069774c6.tar.bz2 libdbusmenu-d523437e665545f76d7676c68f4b5a5f069774c6.zip |
Allowing the proxy data to stabalize a bit longer
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-proxy-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-client.c b/tests/test-glib-proxy-client.c index 4d11ece..6421dc9 100644 --- a/tests/test-glib-proxy-client.c +++ b/tests/test-glib-proxy-client.c @@ -125,7 +125,7 @@ layout_updated (DbusmenuClient * client, gpointer data) g_source_remove(verify_timer); } - verify_timer = g_timeout_add_seconds (5, layout_verify_timer, client); + verify_timer = g_timeout_add_seconds (10, layout_verify_timer, client); return; } |