--- AnyEvent/t/09_multi.t 2011/08/27 15:59:12 1.7 +++ AnyEvent/t/09_multi.t 2011/08/27 16:01:49 1.8 @@ -24,6 +24,8 @@ print "ok 1\n"; +$AnyEvent::MAX_SIGNAL_LATENCY = 0.05; + my ($a, $b) = AnyEvent::Util::portable_socketpair; # I/O write @@ -108,8 +110,6 @@ print $s == 0 ? "" : "not ", "ok 8 # $s\n"; } -$AnyEvent::MAX_SIGNAL_LATENCY = 0.2; - # child { my $cv = AE::cv;