v1.27.0-a #10

Closed
jonathanface wants to merge 473 commits from v1.27.0-a into master
Showing only changes of commit 23b61c305a - Show all commits

View File

@ -55,7 +55,7 @@ func TestEthBlockHashesCorrect_MultiBlockTipset(t *testing.T) {
ctx := context.Background() ctx := context.Background()
// let the chain run a little bit longer to minimise the chance of reorgs // let the chain run a little bit longer to minimise the chance of reorgs
n2.WaitTillChain(ctx, kit.HeightAtLeast(head.Height()+10)) n2.WaitTillChain(ctx, kit.HeightAtLeast(head.Height()+50))
tsk := head.Key() tsk := head.Key()
for i := 1; i <= int(head.Height()); i++ { for i := 1; i <= int(head.Height()); i++ {