Skip to content

Commit c7cdbf7

Browse files
authored
Update nethermind ready state validation string (#1962)
1 parent f897c5a commit c7cdbf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/.changeset/v1.54.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Update `nethermind` ready state validation string.

lib/docker/test_env/nethermind_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (g *Nethermind) WaitUntilChainIsReady(ctx context.Context, waitTime time.Du
182182
if g.GetEthereumVersion() == config_types.EthereumVersion_Eth1 {
183183
return nil
184184
}
185-
waitForFirstBlock := tcwait.NewLogStrategy("Improved post-merge block").WithPollInterval(1 * time.Second).WithStartupTimeout(waitTime)
185+
waitForFirstBlock := tcwait.NewLogStrategy("Received New Block").WithPollInterval(1 * time.Second).WithStartupTimeout(waitTime)
186186
return waitForFirstBlock.WaitUntilReady(ctx, *g.GetContainer())
187187
}
188188

0 commit comments

Comments
 (0)