aboutsummaryrefslogtreecommitdiff
path: root/tests/test-json-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-json-server.c')
-rw-r--r--tests/test-json-server.c2
1 files changed, 1 insertions, 1 deletions
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);