Changeset 2100

Show
Ignore:
Timestamp:
02/27/2008 06:36:01 PM (6 months ago)
Author:
stbuehler
Message:

r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100
test procedure: increased select timeout after killing lighttpd to avoid "Address already in use".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.4.x/tests/LightyTest.pm

    r1946 r2100  
    7373        if (defined $pid) { 
    7474                kill('TERM',$pid) or return -1; 
    75                 select(undef, undef, undef, 0.01); 
     75                select(undef, undef, undef, 0.1); 
    7676        } 
    7777