ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/63_eventlib_03_child.t
(Generate patch)

Comparing AnyEvent/t/63_eventlib_03_child.t (file contents):
Revision 1.5 by root, Sat Jul 18 05:19:09 2009 UTC vs.
Revision 1.6 by root, Sat Jul 18 15:51:52 2009 UTC

21 } 21 }
22} 22}
23 23
24$| = 1; print "1..50\n"; 24$| = 1; print "1..50\n";
25 25
26$AnyEvent::MAX_SIGNAL_LATENCY = 0.2;
27
26for my $it ("", 1, 2, 3, 4) { 28for my $it ("", 1, 2, 3, 4) {
27 $AnyEvent::MAX_SIGNAL_LATENCY = 1;
28
29 print "ok ${it}1\n"; 29 print "ok ${it}1\n";
30 30
31 AnyEvent::detect; # force-load event model 31 AnyEvent::detect; # force-load event model
32 32
33 my $pid = fork; 33 my $pid = fork;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines