diff options
author | Ted Gould <ted@gould.cx> | 2013-06-24 13:58:29 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-06-24 13:58:29 -0500 |
commit | 718e39d4e3c1996721f01a0ee2656a7db7b0d3c4 (patch) | |
tree | a55e91c27e2460b94bf540afb5db3db12c2a37d5 /tests | |
parent | 58302addf847ad32da98f7c2eb3c2e8be98ba01a (diff) | |
download | libdbusmenu-718e39d4e3c1996721f01a0ee2656a7db7b0d3c4.tar.gz libdbusmenu-718e39d4e3c1996721f01a0ee2656a7db7b0d3c4.tar.bz2 libdbusmenu-718e39d4e3c1996721f01a0ee2656a7db7b0d3c4.zip |
Give more time to verify
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 c8d4ded..72468c8 100644 --- a/tests/test-glib-proxy-client.c +++ b/tests/test-glib-proxy-client.c @@ -123,7 +123,7 @@ layout_updated (DbusmenuClient * client, gpointer data) g_source_remove(verify_timer); } - verify_timer = g_timeout_add (3000, layout_verify_timer, client); + verify_timer = g_timeout_add_seconds (5, layout_verify_timer, client); return; } |