mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
lntest: increase node start timeout
This commit is contained in:
parent
03dae039a7
commit
3d7aae42b3
@ -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…
Reference in New Issue
Block a user