Changeset 1593
- Timestamp:
- 02/03/2007 09:38:52 PM (19 months ago)
- Files:
-
- 1 modified
-
trunk/tests/LightyTest.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/LightyTest.pm
r1349 r1593 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.5); 76 76 } 77 77

