aboutsummaryrefslogtreecommitdiff
path: root/tests/test-json-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-28 21:51:17 -0500
committerTed Gould <ted@gould.cx>2010-06-28 21:51:17 -0500
commit89f7fb74fba3d5a42603af450f4642fe43ac0406 (patch)
treea95f9d8094e6e55c1f463c03637c487f862eb443 /tests/test-json-server.c
parentcba3c47e7fe383c6c3496a55158a86fe6994dd35 (diff)
downloadlibdbusmenu-89f7fb74fba3d5a42603af450f4642fe43ac0406.tar.gz
libdbusmenu-89f7fb74fba3d5a42603af450f4642fe43ac0406.tar.bz2
libdbusmenu-89f7fb74fba3d5a42603af450f4642fe43ac0406.zip
Setting timeout longer
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);