Skip to content

Commit

Permalink
Speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Aug 21, 2024
1 parent 2c93e6a commit 85a999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/deployment/memory/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func createConfigV2Chain(chainID uint64) *v2toml.EVMConfig {
chainIDBig := evmutils.NewI(int64(chainID))
chain := v2toml.Defaults(chainIDBig)
chain.GasEstimator.LimitDefault = ptr(uint64(5e6))
chain.LogPollInterval = config.MustNewDuration(1000 * time.Millisecond)
chain.LogPollInterval = config.MustNewDuration(100 * time.Millisecond)
chain.Transactions.ForwardersEnabled = ptr(false)
chain.FinalityDepth = ptr(uint32(2))
return &v2toml.EVMConfig{
Expand Down

0 comments on commit 85a999c

Please sign in to comment.