gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: https test: fixed to


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: https test: fixed too long waiting for empty fdsets
Date: Mon, 30 Oct 2017 16:22:21 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new a3e227ea https test: fixed too long waiting for empty fdsets
a3e227ea is described below

commit a3e227ea1590bc2dc3c46bd708b842d4d3818828
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Oct 30 18:21:51 2017 +0300

    https test: fixed too long waiting for empty fdsets
---
 src/testcurl/https/test_empty_response.c   | 2 +-
 src/testcurl/https/test_https_get_select.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/https/test_empty_response.c 
b/src/testcurl/https/test_empty_response.c
index 09da489d..a92412b8 100644
--- a/src/testcurl/https/test_empty_response.c
+++ b/src/testcurl/https/test_empty_response.c
@@ -181,7 +181,7 @@ testInternalSelectGet ()
             }
         }
       else
-        sleep (1000);
+        sleep (1);
       curl_multi_perform (multi, &running);
       if (running == 0)
         {
diff --git a/src/testcurl/https/test_https_get_select.c 
b/src/testcurl/https/test_https_get_select.c
index f76fbad0..09e2ca0e 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -207,7 +207,7 @@ testExternalGet (int flags)
             }
         }
       else
-        sleep (1000);
+        sleep (1);
       curl_multi_perform (multi, &running);
       if (running == 0)
         {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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