mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
lntest: increase node start timeout
This commit is contained in:
parent
03dae039a7
commit
3d7aae42b3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue