aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_parse_cookies.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-08 13:02:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-08 13:02:40 +0000
commitd460042ef6dd4b77fcba7d2a6ae421b6a8399ea4 (patch)
tree24f8cd59919a1fb4ab95288a573ab4a46ce19130 /src/testcurl/daemontest_parse_cookies.c
parent704717f23fed7e4f70f6d5a2f9e1d9c89f6c39d7 (diff)
downloadlibmicrohttpd-d460042ef6dd4b77fcba7d2a6ae421b6a8399ea4.tar.gz
libmicrohttpd-d460042ef6dd4b77fcba7d2a6ae421b6a8399ea4.zip
increase timeouts to escape problems with time_wait
Diffstat (limited to 'src/testcurl/daemontest_parse_cookies.c')
-rw-r--r--src/testcurl/daemontest_parse_cookies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/daemontest_parse_cookies.c b/src/testcurl/daemontest_parse_cookies.c
index c3f75729..018f4a0f 100644
--- a/src/testcurl/daemontest_parse_cookies.c
+++ b/src/testcurl/daemontest_parse_cookies.c
@@ -146,7 +146,7 @@ testExternalGet ()
146 else 146 else
147 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0); 147 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
148 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 148 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
149 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 149 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
150 /* NOTE: use of CONNECTTIMEOUT without also 150 /* NOTE: use of CONNECTTIMEOUT without also
151 setting NOSIGNAL results in really weird 151 setting NOSIGNAL results in really weird
152 crashes on my system! */ 152 crashes on my system! */