--- AnyEvent/t/69_ev_09_multi.t 2011/08/27 15:59:13 1.7 +++ AnyEvent/t/69_ev_09_multi.t 2011/10/01 22:39:30 1.8 @@ -28,6 +28,8 @@ print "ok 1\n"; +$AnyEvent::MAX_SIGNAL_LATENCY = 0.05; + my ($a, $b) = AnyEvent::Util::portable_socketpair; # I/O write @@ -96,7 +98,7 @@ kill INT => $$; $cv = AE::cv; - $wt = AE::timer 0.1, 0, $cv; # maybe OS X needs more time here? + $wt = AE::timer 0.2, 0, $cv; # maybe OS X needs more time here? $s = 0; $cv->recv; @@ -112,8 +114,6 @@ print $s == 0 ? "" : "not ", "ok 8 # $s\n"; } -$AnyEvent::MAX_SIGNAL_LATENCY = 0.2; - # child { my $cv = AE::cv;