Explorar o código

https test: fixed too long waiting for empty fdsets

Evgeny Grin (Karlson2k) %!s(int64=8) %!d(string=hai) anos
pai
achega
a3e227ea15

+ 1 - 1
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)
         {

+ 1 - 1
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)
         {