File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ func testCommitBatchAndFinalizeBatchOrBundleWithAllCodecVersions(t *testing.T) {
113113 }, chainConfig , db , nil )
114114
115115 bup := watcher .NewBundleProposer (context .Background (), & config.BundleProposerConfig {
116- BatchNumPerBundle : 1000000 ,
116+ BatchNumPerBundle : 2 ,
117117 }, chainConfig , db , nil )
118118
119119 l2BlockOrm := orm .NewL2Block (db )
@@ -279,7 +279,7 @@ func testCommitBatchAndFinalizeBatchOrBundleCrossingAllTransitions(t *testing.T)
279279 }, chainConfig , db , nil )
280280
281281 bup := watcher .NewBundleProposer (context .Background (), & config.BundleProposerConfig {
282- BatchNumPerBundle : 1000000 ,
282+ BatchNumPerBundle : 1 ,
283283 }, chainConfig , db , nil )
284284
285285 cp .TryProposeChunk ()
You can’t perform that action at this time.
0 commit comments