aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-layout-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-09-09 13:54:38 -0500
committerTed Gould <ted@gould.cx>2013-09-09 13:54:38 -0500
commite7ed232f654cbb438febd4ce978326ffdef98b0d (patch)
tree208eba1313090f8748ca481fbc0fc485cfb02735 /tests/test-glib-layout-client.c
parent3bfb7b20c40b956c0379beaab0055cb24bde362f (diff)
downloadlibdbusmenu-e7ed232f654cbb438febd4ce978326ffdef98b0d.tar.gz
libdbusmenu-e7ed232f654cbb438febd4ce978326ffdef98b0d.tar.bz2
libdbusmenu-e7ed232f654cbb438febd4ce978326ffdef98b0d.zip
Extend the death timeouts to 60 seconds
Diffstat (limited to 'tests/test-glib-layout-client.c')
-rw-r--r--tests/test-glib-layout-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c
index 83b47ee..265b34f 100644
--- a/tests/test-glib-layout-client.c
+++ b/tests/test-glib-layout-client.c
@@ -117,7 +117,7 @@ main (int argc, char ** argv)
DbusmenuClient * client = dbusmenu_client_new("org.dbusmenu.test", "/org/test");
g_signal_connect(G_OBJECT(client), DBUSMENU_CLIENT_SIGNAL_LAYOUT_UPDATED, G_CALLBACK(layout_updated), NULL);
- g_timeout_add_seconds(10, timer_func, client);
+ g_timeout_add_seconds(60, timer_func, client);
mainloop = g_main_loop_new(NULL, FALSE);
g_main_loop_run(mainloop);