Skip to content

Commit

Permalink
make test shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Aug 2, 2024
1 parent 64cd1d4 commit f2f2fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1infotreesync/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestFinalised(t *testing.T) {

func TestStressAndReorgs(t *testing.T) {
const (
totalIterations = 10_124
totalIterations = 200 // Have tested with much larger number (+10k)
enableReorgs = false // test fails when set to true
reorgEveryXIterations = 53
maxReorgDepth = 5
Expand Down

0 comments on commit f2f2fda

Please sign in to comment.