diff --git a/runtime/curl.cpp b/runtime/curl.cpp index 8faea377ad..59c60ab234 100644 --- a/runtime/curl.cpp +++ b/runtime/curl.cpp @@ -662,7 +662,7 @@ bool f$curl_setopt_array(curl_easy easy_id, const array &options) noexcep } mixed f$curl_exec(curl_easy easy_id) noexcept { - constexpr double long_curl_query = 2 * 10e-2; // 0.2 sec + constexpr double long_curl_query = 2 * 1e-1; // 0.2 sec auto *easy_context = get_context(easy_id); if (!easy_context) { return false;