diff options
Diffstat (limited to 'src/testcurl/test_large_put.c')
-rw-r--r-- | src/testcurl/test_large_put.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_large_put.c b/src/testcurl/test_large_put.c index abf5279b..0ccd97b4 100644 --- a/src/testcurl/test_large_put.c +++ b/src/testcurl/test_large_put.c | |||
@@ -706,7 +706,7 @@ testPutExternal (void) | |||
706 | libcurlErrorExit (); | 706 | libcurlErrorExit (); |
707 | 707 | ||
708 | start = time (NULL); | 708 | start = time (NULL); |
709 | while ((time (NULL) - start < 5) && (multi != NULL)) | 709 | while ((time (NULL) - start < 45) && (multi != NULL)) |
710 | { | 710 | { |
711 | MHD_socket maxMHDsock; | 711 | MHD_socket maxMHDsock; |
712 | int maxcurlsock; | 712 | int maxcurlsock; |