aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/mhds_get_test_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/mhds_get_test_select.c')
-rw-r--r--src/testcurl/https/mhds_get_test_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/mhds_get_test_select.c b/src/testcurl/https/mhds_get_test_select.c
index 1a524e1f..4e8260c2 100644
--- a/src/testcurl/https/mhds_get_test_select.c
+++ b/src/testcurl/https/mhds_get_test_select.c
@@ -122,7 +122,7 @@ testExternalGet ()
122 else 122 else
123 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0); 123 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
124 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 124 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
125 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 125 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
126 /* NOTE: use of CONNECTTIMEOUT without also 126 /* NOTE: use of CONNECTTIMEOUT without also
127 setting NOSIGNAL results in really weird 127 setting NOSIGNAL results in really weird
128 crashes on my system! */ 128 crashes on my system! */