changeset 191:bc6ecf23cc9c

Tests: enlarge listen queue for cache lock tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Dec 2011 14:49:21 +0300
parents 1d66a6a509d0
children f2a48c528b3b
files proxy_cache_lock.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_cache_lock.t
+++ b/proxy_cache_lock.t
@@ -178,7 +178,7 @@ sub http_fake_daemon {
 	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";