aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_put_chunked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemontest_put_chunked.c')
-rw-r--r--src/daemon/daemontest_put_chunked.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/daemontest_put_chunked.c b/src/daemon/daemontest_put_chunked.c
index e4f9aa16..9f00dbb3 100644
--- a/src/daemon/daemontest_put_chunked.c
+++ b/src/daemon/daemontest_put_chunked.c
@@ -146,7 +146,7 @@ testInternalPut ()
146 curl_easy_setopt (c, CURLOPT_INFILESIZE_LARGE, (curl_off_t) 8L); 146 curl_easy_setopt (c, CURLOPT_INFILESIZE_LARGE, (curl_off_t) 8L);
147 */ 147 */
148 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 148 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
149 curl_easy_setopt (c, CURLOPT_TIMEOUT, 15L); 149 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
150 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 150 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
151 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 151 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
152 // NOTE: use of CONNECTTIMEOUT without also 152 // NOTE: use of CONNECTTIMEOUT without also
@@ -202,7 +202,7 @@ testMultithreadedPut ()
202 curl_easy_setopt (c, CURLOPT_INFILESIZE_LARGE, (curl_off_t) 8L); 202 curl_easy_setopt (c, CURLOPT_INFILESIZE_LARGE, (curl_off_t) 8L);
203 */ 203 */
204 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 204 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
205 curl_easy_setopt (c, CURLOPT_TIMEOUT, 15L); 205 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
206 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 206 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
207 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 207 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
208 // NOTE: use of CONNECTTIMEOUT without also 208 // NOTE: use of CONNECTTIMEOUT without also
@@ -270,7 +270,7 @@ testExternalPut ()
270 curl_easy_setopt (c, CURLOPT_INFILESIZE_LARGE, (curl_off_t) 8L); 270 curl_easy_setopt (c, CURLOPT_INFILESIZE_LARGE, (curl_off_t) 8L);
271 */ 271 */
272 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 272 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
273 curl_easy_setopt (c, CURLOPT_TIMEOUT, 15L); 273 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
274 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 274 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
275 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 275 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
276 // NOTE: use of CONNECTTIMEOUT without also 276 // NOTE: use of CONNECTTIMEOUT without also