gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 03/03: test_large_put: increased timeout


From: gnunet
Subject: [libmicrohttpd] 03/03: test_large_put: increased timeout
Date: Sun, 26 Dec 2021 15:39:48 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    test_large_put: increased timeout
    
    Incremental test may took longer than 5 seconds.
---
 src/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
index abf5279b..0ccd97b4 100644
--- 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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]