diff --git a/app/Models/Module.php b/app/Models/Module.php index 3bc3e8d..1fe868d 100644 --- a/app/Models/Module.php +++ b/app/Models/Module.php @@ -177,7 +177,7 @@ public function check($module_id = null): bool public function http(): PendingRequest { - return Http::module($this->api_token, $this->url)->acceptJson(); + return Http::module($this->api_token, $this->url)->acceptJson()->timeout(5); } #[ArrayShape(['transactions' => "array"])]