aboutsummaryrefslogtreecommitdiff
path: root/tests/test-gtk-label-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-18 09:31:24 -0500
committerTed Gould <ted@canonical.com>2009-06-18 09:31:24 -0500
commit218976c1a5087e745fdc2fb697deb154efd1ca3b (patch)
tree299be9d34df9899209b9ed5cff7fb8be9d0f9e89 /tests/test-gtk-label-client.c
parent9448adebb30c0fc3a96aa9a380c2280ae9fbb8be (diff)
downloadlibdbusmenu-218976c1a5087e745fdc2fb697deb154efd1ca3b.tar.gz
libdbusmenu-218976c1a5087e745fdc2fb697deb154efd1ca3b.tar.bz2
libdbusmenu-218976c1a5087e745fdc2fb697deb154efd1ca3b.zip
Lengthening timeouts so that each layout is shown for 15 seconds and the client runs for 60
Diffstat (limited to 'tests/test-gtk-label-client.c')
-rw-r--r--tests/test-gtk-label-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c
index 8a2d5d9..b691f84 100644
--- a/tests/test-gtk-label-client.c
+++ b/tests/test-gtk-label-client.c
@@ -166,7 +166,7 @@ main (int argc, char ** argv)
gtk_window_set_title(GTK_WINDOW(window), "libdbusmenu-gtk test");
gtk_widget_show(window);
- death_timer = g_timeout_add_seconds(10, timer_func, window);
+ death_timer = g_timeout_add_seconds(60, timer_func, window);
mainloop = g_main_loop_new(NULL, FALSE);
g_main_loop_run(mainloop);