Skip to content

Commit

Permalink
use less blocks to gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Apr 20, 2024
1 parent cd23a6b commit 6efc8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/syncervm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestStateSyncFromScratch(t *testing.T) {

func TestStateSyncFromScratchExceedParent(t *testing.T) {
rand.Seed(1)
numToGen := parentsToGet + uint64(100)
numToGen := parentsToGet + uint64(32)
test := syncTest{
syncableInterval: numToGen,
stateSyncMinBlocks: 50, // must be less than [syncableInterval] to perform sync
Expand Down

0 comments on commit 6efc8f0

Please sign in to comment.