libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 78784ce6dbe28f950444edc0d9a785e7ac35dc0b
parent 38dcc34b9c601a204c44546e99757b7abbac505e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 26 Dec 2021 17:38:19 +0300

test_large_put: increased timeout

Incremental test may took longer than 5 seconds.

Diffstat:
Msrc/testcurl/test_large_put.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/test_large_put.c b/src/testcurl/test_large_put.c @@ -706,7 +706,7 @@ testPutExternal (void) libcurlErrorExit (); start = time (NULL); - while ((time (NULL) - start < 5) && (multi != NULL)) + while ((time (NULL) - start < 45) && (multi != NULL)) { MHD_socket maxMHDsock; int maxcurlsock;