diff options
author | Ted Gould <ted@canonical.com> | 2009-05-05 18:25:20 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-05 18:25:20 +0100 |
commit | 59a21ee084758c2ba4774a86767f8c593ff94f72 (patch) | |
tree | 793c955a96fb005b13cd3ec7c770e1ff87a40f22 /tests | |
parent | 327bb967f21c472bd01783e1eaa6ef791826cccb (diff) | |
download | libdbusmenu-59a21ee084758c2ba4774a86767f8c593ff94f72.tar.gz libdbusmenu-59a21ee084758c2ba4774a86767f8c593ff94f72.tar.bz2 libdbusmenu-59a21ee084758c2ba4774a86767f8c593ff94f72.zip |
Extending time a little bit
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-layout-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |