Author: stas
Date: Wed Feb  9 15:03:37 2005
New Revision: 153127

URL: http://svn.apache.org/viewcvs?view=rev&rev=153127
Log:
temp workaround

Modified:
    perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl

Modified: perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl?view=diff&r1=153126&r2=153127
==============================================================================
--- perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl 
(original)
+++ perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl Wed Feb  
9 15:03:37 2005
@@ -79,6 +79,8 @@
     # $thr->join; # XXX: leaks scalar
 }
 
+sleep 2; # XXX: will go away ones join() calls are enabled
+
 print "parent\n";
 
 untie *STDOUT; # don't affect other tests


Reply via email to