You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2005/02/10 00:03:39 UTC

svn commit: r153127 - perl/modperl/trunk/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl

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