@@ -7060,7 +7060,7 @@ describe('Floccus', function() {
70607060 }
70617061 }
70627062
7063- await createTree ( localRoot , 0 , 100 )
7063+ await createTree ( localRoot , 0 , 600 ) // n ~ 3000
70647064
70657065 const tree1Initial = await account1 . localTree . getBookmarksTree ( true )
70667066 await account1 . sync ( )
@@ -7211,7 +7211,7 @@ describe('Floccus', function() {
72117211 }
72127212 }
72137213
7214- await createTree ( localRoot , 0 , 100 )
7214+ await createTree ( localRoot , 0 , 600 ) // n ~ 3000
72157215
72167216 let tree1Initial = await account1 . localTree . getBookmarksTree ( true )
72177217 await account1 . sync ( )
@@ -7442,7 +7442,7 @@ describe('Floccus', function() {
74427442 }
74437443 }
74447444
7445- await createTree ( localRoot , 0 , 100 )
7445+ await createTree ( localRoot , 0 , 600 ) // n ~ 3000
74467446
74477447 let tree1Initial = await account1 . localTree . getBookmarksTree ( true )
74487448 await account1 . sync ( )
@@ -7684,7 +7684,7 @@ describe('Floccus', function() {
76847684 }
76857685 }
76867686
7687- await createTree ( localRoot , 0 , 100 )
7687+ await createTree ( localRoot , 0 , 600 ) // n ~ 3000
76887688
76897689 let tree1Initial = await account1 . localTree . getBookmarksTree ( true )
76907690 await account1 . sync ( )
@@ -7922,7 +7922,7 @@ describe('Floccus', function() {
79227922 }
79237923 }
79247924
7925- await createTree ( localRoot , 0 , 100 )
7925+ await createTree ( localRoot , 0 , 600 ) // n ~ 3000
79267926
79277927 let tree1Initial = await account1 . localTree . getBookmarksTree ( true )
79287928 await syncAccountWithInterrupts ( account1 )
@@ -8179,7 +8179,7 @@ describe('Floccus', function() {
81798179 }
81808180 }
81818181
8182- await createTree ( localRoot , 0 , 100 )
8182+ await createTree ( localRoot , 0 , 600 ) // n ~ 3000
81838183
81848184 let tree1Initial = await account1 . localTree . getBookmarksTree ( true )
81858185 await account1 . sync ( )
@@ -8423,7 +8423,7 @@ describe('Floccus', function() {
84238423 }
84248424 }
84258425
8426- await createTree ( localRoot , 0 , 100 )
8426+ await createTree ( localRoot , 0 , 600 ) // n ~ 3000
84278427
84288428 let tree1Initial = await account1 . localTree . getBookmarksTree ( true )
84298429 await account1 . sync ( )
0 commit comments