diff --git a/src/Services/DAIClient.php b/src/Services/DAIClient.php index aa86e49..14bbba5 100644 --- a/src/Services/DAIClient.php +++ b/src/Services/DAIClient.php @@ -9,7 +9,7 @@ use Exception; class DAIClient { private string $apiUrl; - private int $timeout = 120; + private int $timeout = 600; public function __construct(?string $apiUrl = null) {