Changeset 2100
- Timestamp:
- 02/27/2008 06:36:01 PM (6 months ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/tests/LightyTest.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/tests/LightyTest.pm
r1946 r2100 73 73 if (defined $pid) { 74 74 kill('TERM',$pid) or return -1; 75 select(undef, undef, undef, 0. 01);75 select(undef, undef, undef, 0.1); 76 76 } 77 77

