diff --git a/app/Checkers/Uptime.php b/app/Checkers/Uptime.php index fa4b5f9..7e90d46 100644 --- a/app/Checkers/Uptime.php +++ b/app/Checkers/Uptime.php @@ -44,9 +44,9 @@ private function fetch() RequestOptions::HEADERS => [ 'User-Agent' => config('app.user_agent'), ], - RequestOptions::CONNECT_TIMEOUT => 5, - RequestOptions::READ_TIMEOUT => 5, - RequestOptions::TIMEOUT => 10, + RequestOptions::CONNECT_TIMEOUT => 20, + RequestOptions::READ_TIMEOUT => 20, + RequestOptions::TIMEOUT => 60, RequestOptions::DEBUG => false, ]);