diff --git a/test/test b/test/test index 3271eba..7d6dbaf 100755 Binary files a/test/test and b/test/test differ diff --git a/test/test.cpp b/test/test.cpp index 8dd92eb..06cc09e 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -52,8 +52,9 @@ int main () { for (uint i=0; i<4; i++) { debx_responses.push_back(async(launch::async, [&](){ Curl rest; - rest.timeout(600); - return rest.get("https://reqres.iin/api/users/2"); + // rest.timeout(6000); + rest.sslvalidate(false); + return rest.get("https://lab-it.ddns.net"); })); }