Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Nov 25, 2024
1 parent fc0b273 commit 5ef6722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (app *Application) FinalizeBlock(_ context.Context, req *abci.RequestFinali
},
},
},
NextBlockDelay: 1 * time.Second,
NextBlockDelay: 0, // default back to using `timeout_commit` in tests.
}, nil
}

Expand Down

0 comments on commit 5ef6722

Please sign in to comment.