Skip to content

Commit 19c3c1e

Browse files
authored
triedb/pathdb: fix flaky test in pathdb (#29901)
1 parent 045b971 commit 19c3c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triedb/pathdb/database_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func newTester(t *testing.T, historyLimit uint64) *tester {
121121
snapStorages: make(map[common.Hash]map[common.Hash]map[common.Hash][]byte),
122122
}
123123
)
124-
for i := 0; i < 8; i++ {
124+
for i := 0; i < 12; i++ {
125125
var parent = types.EmptyRootHash
126126
if len(obj.roots) != 0 {
127127
parent = obj.roots[len(obj.roots)-1]

0 commit comments

Comments
 (0)