--- AnyEvent/t/09_multi.t 2011/08/26 03:33:59 1.6 +++ AnyEvent/t/09_multi.t 2011/08/27 15:59:12 1.7 @@ -92,7 +92,7 @@ kill INT => $$; $cv = AE::cv; - $wt = AE::timer 0.01, 0, $cv; + $wt = AE::timer 0.2, 0, $cv; # maybe OS X needs more time here? $s = 0; $cv->recv;