Skip to content

Commit

Permalink
Update ESignBsre.php timeout to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
maulidannashuha committed Oct 17, 2023
1 parent 4559702 commit e470d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESignBsre.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e470d79

Please sign in to comment.