Skip to content

Commit

Permalink
triedb/pathdb: fix flaky test in pathdb (#29901)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilasxie authored Jun 28, 2024
1 parent 045b971 commit 19c3c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triedb/pathdb/database_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func newTester(t *testing.T, historyLimit uint64) *tester {
snapStorages: make(map[common.Hash]map[common.Hash]map[common.Hash][]byte),
}
)
for i := 0; i < 8; i++ {
for i := 0; i < 12; i++ {
var parent = types.EmptyRootHash
if len(obj.roots) != 0 {
parent = obj.roots[len(obj.roots)-1]
Expand Down

0 comments on commit 19c3c1e

Please sign in to comment.