lntest: increase node start timeout

This commit is contained in:
yyforyongyu 2022-11-14 02:49:46 +08:00
parent 03dae039a7
commit 3d7aae42b3
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868
2 changed files with 2 additions and 2 deletions

View File

@ -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
)

View File

@ -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
)