From b20d7e1fc716b3be097740efbddb3976336a060d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 9 Sep 2013 15:26:42 -0500 Subject: A few more --- tests/test-gtk-shortcut-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-gtk-shortcut-client.c') 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); -- cgit v1.2.3