commit a3e227ea1590bc2dc3c46bd708b842d4d3818828 parent d8a32e84af6ad081fb7d6e31b1fc2fe0ffcbc86d Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Mon, 30 Oct 2017 18:21:51 +0300 https test: fixed too long waiting for empty fdsets Diffstat:
| M | src/testcurl/https/test_empty_response.c | | | 2 | +- |
| M | 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 @@ -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 @@ -207,7 +207,7 @@ testExternalGet (int flags) } } else - sleep (1000); + sleep (1); curl_multi_perform (multi, &running); if (running == 0) {