aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-10-30 18:21:51 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-10-30 18:21:51 +0300
commita3e227ea1590bc2dc3c46bd708b842d4d3818828 (patch)
tree7df64b706dd14cc680a4f188b03daac79e18ef24 /src/testcurl
parentd8a32e84af6ad081fb7d6e31b1fc2fe0ffcbc86d (diff)
downloadlibmicrohttpd-a3e227ea1590bc2dc3c46bd708b842d4d3818828.tar.gz
libmicrohttpd-a3e227ea1590bc2dc3c46bd708b842d4d3818828.zip
https test: fixed too long waiting for empty fdsets
Diffstat (limited to 'src/testcurl')
-rw-r--r--src/testcurl/https/test_empty_response.c2
-rw-r--r--src/testcurl/https/test_https_get_select.c2
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 ()
181 } 181 }
182 } 182 }
183 else 183 else
184 sleep (1000); 184 sleep (1);
185 curl_multi_perform (multi, &running); 185 curl_multi_perform (multi, &running);
186 if (running == 0) 186 if (running == 0)
187 { 187 {
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)
207 } 207 }
208 } 208 }
209 else 209 else
210 sleep (1000); 210 sleep (1);
211 curl_multi_perform (multi, &running); 211 curl_multi_perform (multi, &running);
212 if (running == 0) 212 if (running == 0)
213 { 213 {