Skip to content

Commit

Permalink
test(e2e): set TX enqueue timeout to 10 milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 8, 2024
1 parent 9493c2f commit 9640a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/runner/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ func MakeConfig(node *e2e.Node) (*config.Config, error) {
cfg.LogLevel = node.LogLevel
}

cfg.Mempool.TxEnqueueTimeout = 10 * time.Millisecond

cfg.RPC.ListenAddress = "tcp://0.0.0.0:26657"
cfg.RPC.PprofListenAddress = ":6060"
cfg.P2P.ExternalAddress = fmt.Sprintf("tcp://%v", node.AddressP2P(false))
Expand Down

0 comments on commit 9640a00

Please sign in to comment.