Skip to content

Commit 9982a65

Browse files
authored
Update Config.php
Increase GUZZLE_TIMEOUT to 30 secs
1 parent fd0e603 commit 9982a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/Eversign/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Config {
1717

1818
const DEBUG_MODE = false;
1919

20-
const GUZZLE_TIMEOUT = 15;
20+
const GUZZLE_TIMEOUT = 30;
2121

2222
public static $AVAILABLE_LANGUAGES = [
2323
'en',

0 commit comments

Comments
 (0)