aboutsummaryrefslogtreecommitdiff
path: root/tests/test-gtk-shortcut-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-09-09 15:26:42 -0500
committerTed Gould <ted@gould.cx>2013-09-09 15:26:42 -0500
commitb20d7e1fc716b3be097740efbddb3976336a060d (patch)
tree963cb2696238e6977d97f3df57639186c652654d /tests/test-gtk-shortcut-client.c
parente7ed232f654cbb438febd4ce978326ffdef98b0d (diff)
downloadlibdbusmenu-b20d7e1fc716b3be097740efbddb3976336a060d.tar.gz
libdbusmenu-b20d7e1fc716b3be097740efbddb3976336a060d.tar.bz2
libdbusmenu-b20d7e1fc716b3be097740efbddb3976336a060d.zip
A few more
Diffstat (limited to 'tests/test-gtk-shortcut-client.c')
-rw-r--r--tests/test-gtk-shortcut-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gtk-shortcut-client.c b/tests/test-gtk-shortcut-client.c
index 259e177..7147ce2 100644
--- a/tests/test-gtk-shortcut-client.c
+++ b/tests/test-gtk-shortcut-client.c
@@ -60,7 +60,7 @@ main (int argc, char ** argv)
gtk_window_add_accel_group(GTK_WINDOW(window), agroup);
gtk_widget_show(window);
- death_timer = g_timeout_add_seconds(10, timer_func, window);
+ death_timer = g_timeout_add_seconds(60, timer_func, window);
g_debug("Entering Mainloop");
mainloop = g_main_loop_new(NULL, FALSE);