https test: fixed too long waiting for empty fdsets

This commit is contained in:
Evgeny Grin (Karlson2k)
2017-10-30 18:21:51 +03:00
parent d8a32e84af
commit a3e227ea15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ testExternalGet (int flags)
}
}
else
sleep (1000);
sleep (1);
curl_multi_perform (multi, &running);
if (running == 0)
{