From 89f7fb74fba3d5a42603af450f4642fe43ac0406 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 28 Jun 2010 21:51:17 -0500 Subject: Setting timeout longer --- tests/test-json-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-json-server.c') diff --git a/tests/test-json-server.c b/tests/test-json-server.c index b2b8341..cf6b605 100644 --- a/tests/test-json-server.c +++ b/tests/test-json-server.c @@ -49,7 +49,7 @@ main (int argc, char ** argv) dbusmenu_server_set_root(server, root); - g_timeout_add(3000, timer_func, NULL); + g_timeout_add(10000, timer_func, NULL); mainloop = g_main_loop_new(NULL, FALSE); g_main_loop_run(mainloop); -- cgit v1.2.3