From: Stephan Bosch Date: Thu, 25 Feb 2016 22:15:45 +0000 (+0200) Subject: lib-http: client: Decreased request/connect timeout for test-http-client to 10s. X-Git-Tag: 2.2.22.rc1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ebac6b81e1471e0707898421578db3da3e4bca;p=thirdparty%2Fdovecot%2Fcore.git lib-http: client: Decreased request/connect timeout for test-http-client to 10s. --- diff --git a/src/lib-http/test-http-client.c b/src/lib-http/test-http-client.c index 802484c71e..883cf52ddb 100644 --- a/src/lib-http/test-http-client.c +++ b/src/lib-http/test-http-client.c @@ -365,6 +365,7 @@ int main(int argc, char *argv[]) http_set.max_parallel_connections = 4; http_set.max_pipelined_requests = 4; http_set.max_redirects = 2; + http_set.request_timeout_msecs = 10*1000; http_set.max_attempts = 1; http_set.debug = TRUE; http_set.rawlog_dir = "/tmp/http-test";