Skip to content

Commit

Permalink
Merge pull request #2652 from OffchainLabs/block-validator-test-stabi…
Browse files Browse the repository at this point in the history
…lity

Improve block validator test stability by removing batch poster MaxDelay
  • Loading branch information
PlasmaPower authored Sep 9, 2024
2 parents 3910957 + 8b9f4ae commit 8bdb5ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system_tests/block_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func testBlockValidatorSimple(t *testing.T, opts Options) {

var delayEvery int
if opts.workloadLoops > 1 {
l1NodeConfigA.BatchPoster.MaxDelay = time.Millisecond * 500
delayEvery = opts.workloadLoops / 3
}

Expand Down

0 comments on commit 8bdb5ee

Please sign in to comment.