Skip to content

Commit

Permalink
lib-http: client: Decreased request/connect timeout for test-http-cli…
Browse files Browse the repository at this point in the history
…ent to 10s.
  • Loading branch information
stephanbosch authored and sirainen committed Feb 25, 2016
1 parent 5257840 commit 81ebac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-http/test-http-client.c
Expand Up @@ -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";
Expand Down

0 comments on commit 81ebac6

Please sign in to comment.