From 59a21ee084758c2ba4774a86767f8c593ff94f72 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 5 May 2009 18:25:20 +0100 Subject: Extending time a little bit --- tests/test-glib-layout-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index 7f3f52f..850b17c 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -27,7 +27,7 @@ main (int argc, char ** argv) DbusmenuClient * client = dbusmenu_client_new(":1.0", "/org/test"); - g_timeout_add_seconds(2, timer_func, client); + g_timeout_add_seconds(6, timer_func, client); mainloop = g_main_loop_new(NULL, FALSE); g_main_loop_run(mainloop); -- cgit v1.2.3