r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100

test procedure: increased select timeout after killing lighttpd to avoid "Address already in use".


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2100 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.19
Stefan Bühler 15 years ago
parent debd30876a
commit 4875c125eb

@ -72,7 +72,7 @@ sub stop_proc {
if (defined $pid) {
kill('TERM',$pid) or return -1;
select(undef, undef, undef, 0.01);
select(undef, undef, undef, 0.1);
}
return 0;

Loading…
Cancel
Save