--- AnyEvent/t/03_child.t 2009/07/09 01:08:22 1.12 +++ AnyEvent/t/03_child.t 2009/07/09 22:37:53 1.13 @@ -60,16 +60,16 @@ $cv2->broadcast; }); -my $error = AnyEvent->timer (after => 5, cb => sub { +my $error = AnyEvent->timer (after => 15, cb => sub { print <timer (after => 4, cb => sub { - print "not ok 5 # inter\n";#d# temporary - print "not ok 6 # inter\n";#d# temporary +my $inter = AnyEvent->timer (after => 14, cb => sub { + print "not ok 5 # inter\n"; + print "not ok 6 # inter\n"; $cv2->send; });