commit | b39769f19ed3452f673c0c9b7e5dc206a6abfe1d | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Dec 26 14:49:21 2011 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Dec 26 14:49:21 2011 +0300 |
tree | 346ad8eecfcc0c79af9c9346c44b72de6107fefa | |
parent | cd4f813e1ecb738d20c657dac4687f18c08593f6 [diff] [blame] |
Tests: enlarge listen queue for cache lock tests.
diff --git a/proxy_cache_lock.t b/proxy_cache_lock.t index 6c44bc0..fd8da0c 100644 --- a/proxy_cache_lock.t +++ b/proxy_cache_lock.t
@@ -178,7 +178,7 @@ my $server = IO::Socket::INET->new( Proto => 'tcp', LocalAddr => '127.0.0.1:8081', - Listen => 1, + Listen => 5, Reuse => 1 ) or die "Can't create listening socket: $!\n";