Description: lengthen timeout that fails on slower processors Author: Allison Randal --- a/t/9.t 2011-08-07 15:25:45 +0000 +++ b/t/9.t 2012-03-21 23:36:37 +0000 @@ -262,7 +262,7 @@ }, 'hello'); $timer_id = Glib::Timeout->add - (30_000, # 30 seconds should be more than enough for child exit + (60_000, # 30 seconds should be more than enough for child exit sub { die "Oops, child watch callback didn't run\n"; }); $loop->run; Glib::Source->remove ($timer_id);