From e470d79eea8400c3df61218259bb89009fffada1 Mon Sep 17 00:00:00 2001 From: Maulidan Nashuha <34979909+maulidannashuha@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:08:11 +0700 Subject: [PATCH] Update ESignBsre.php timeout to 30 seconds --- src/ESignBsre.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESignBsre.php b/src/ESignBsre.php index 4bf85ef..05e35e6 100644 --- a/src/ESignBsre.php +++ b/src/ESignBsre.php @@ -16,7 +16,7 @@ class ESignBsre private $view = 'invisible'; private $timeout; - public function __construct($baseUrl, $username, $password, $timeout=1){ + public function __construct($baseUrl, $username, $password, $timeout=30){ $this->baseUrl = $baseUrl; $this->http = new GuzzleClient();