lntest: increase node start timeout

This commit is contained in:
yyforyongyu
2022-11-14 02:49:46 +08:00
parent 03dae039a7
commit 3d7aae42b3
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
)