--- AnyEvent/t/03_child.t 2009/07/09 01:08:22 1.12 +++ AnyEvent/t/03_child.t 2009/07/17 22:05:12 1.14 @@ -24,6 +24,8 @@ use AnyEvent; use AnyEvent::Impl::Perl; +$AnyEvent::MAX_SIGNAL_LATENCY = 1; + print "ok 1\n"; AnyEvent::detect; # force-load event model @@ -67,12 +69,6 @@ exit 0; }); -my $inter = AnyEvent->timer (after => 4, cb => sub { - print "not ok 5 # inter\n";#d# temporary - print "not ok 6 # inter\n";#d# temporary - $cv2->send; -}); - $cv2->wait; print "ok 7\n";