diff --git a/itests/eth_block_hash_test.go b/itests/eth_block_hash_test.go index 927b64fc5..e7da435ba 100644 --- a/itests/eth_block_hash_test.go +++ b/itests/eth_block_hash_test.go @@ -55,7 +55,7 @@ func TestEthBlockHashesCorrect_MultiBlockTipset(t *testing.T) { ctx := context.Background() // 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() for i := 1; i <= int(head.Height()); i++ {