File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
simulators/ethereum/engine/suites/sync Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,11 @@ func incrementalPostMergeSync(t *test.Env) {
197197 if ! ok {
198198 t .Fatalf ("FAIL (%s): TEST ISSUE - Payload not found: %d" , t .TestName , i )
199199 }
200- secondaryEngineTest .TestEngineNewPayloadV1 (& payload )
201- secondaryEngineTest .TestEngineForkchoiceUpdatedV1 (& api.ForkchoiceStateV1 {
202- HeadBlockHash : payload .BlockHash ,
203- }, nil )
204200 for {
201+ secondaryEngineTest .TestEngineNewPayloadV1 (& payload )
202+ secondaryEngineTest .TestEngineForkchoiceUpdatedV1 (& api.ForkchoiceStateV1 {
203+ HeadBlockHash : payload .BlockHash ,
204+ }, nil )
205205 ctx , cancel := context .WithTimeout (t .TestContext , globals .RPCTimeout )
206206 defer cancel ()
207207 b , err := secondaryEngine .BlockByNumber (ctx , nil )
You can’t perform that action at this time.
0 commit comments