Skip to content

Commit 97eb85c

Browse files
authored
Merge pull request #260 from gkrizek/increase-timeouts
rpc: Increase the default connection timeout to LND
2 parents 90458c1 + afa8923 commit 97eb85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747

4848
const (
4949
defaultServerTimeout = 10 * time.Second
50-
defaultConnectTimeout = 5 * time.Second
50+
defaultConnectTimeout = 15 * time.Second
5151
defaultStartupTimeout = 5 * time.Second
5252
)
5353

0 commit comments

Comments
 (0)