Skip to content

Commit e470d79

Browse files
Update ESignBsre.php timeout to 30 seconds
1 parent 4559702 commit e470d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESignBsre.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ESignBsre
1616
private $view = 'invisible';
1717
private $timeout;
1818

19-
public function __construct($baseUrl, $username, $password, $timeout=1){
19+
public function __construct($baseUrl, $username, $password, $timeout=30){
2020
$this->baseUrl = $baseUrl;
2121

2222
$this->http = new GuzzleClient();

0 commit comments

Comments
 (0)