mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-15 16:46:57 +01:00
lntest: increase node start timeout
This commit is contained in:
@@ -28,5 +28,5 @@ const (
|
||||
|
||||
// NodeStartTimeout is the timeout value when waiting for a node to
|
||||
// become fully started.
|
||||
NodeStartTimeout = time.Second * 60
|
||||
NodeStartTimeout = time.Second * 120
|
||||
)
|
||||
|
||||
@@ -28,5 +28,5 @@ const (
|
||||
|
||||
// NodeStartTimeout is the timeout value when waiting for a node to
|
||||
// become fully started.
|
||||
NodeStartTimeout = time.Second * 60
|
||||
NodeStartTimeout = time.Second * 120
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user