--- AnyEvent/t/69_ev_09_multi.t 2011/08/26 18:08:09 1.6 +++ AnyEvent/t/69_ev_09_multi.t 2011/08/27 15:59:13 1.7 @@ -96,7 +96,7 @@ kill INT => $$; $cv = AE::cv; - $wt = AE::timer 0.01, 0, $cv; + $wt = AE::timer 0.1, 0, $cv; # maybe OS X needs more time here? $s = 0; $cv->recv;