diff --git a/backend/auth/otp/providers.php b/backend/auth/otp/providers.php index a29b4bd8..634ff35e 100644 --- a/backend/auth/otp/providers.php +++ b/backend/auth/otp/providers.php @@ -279,8 +279,8 @@ function curlCall(string $method, string $url, string $data, array $headers): ?s CURLOPT_CUSTOMREQUEST => $method, CURLOPT_POSTFIELDS => $data, CURLOPT_HTTPHEADER => $headers, - CURLOPT_TIMEOUT => 15, - CURLOPT_CONNECTTIMEOUT => 5 + CURLOPT_TIMEOUT => 35, + CURLOPT_CONNECTTIMEOUT => 10 ]); $response = curl_exec($ch);