Increase wallet polling timeout for bedrock pipeline latency

This commit is contained in:
Danish Arora 2026-02-05 14:37:38 +08:00
parent 01f7d254c9
commit b595eff5cc
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -1,9 +1,9 @@
{
"override_rust_log": null,
"sequencer_addr": "http://127.0.0.1:3040",
"seq_poll_timeout_millis": 12000,
"seq_tx_poll_max_blocks": 5,
"seq_poll_max_retries": 5,
"seq_poll_timeout_millis": 30000,
"seq_tx_poll_max_blocks": 15,
"seq_poll_max_retries": 10,
"seq_block_poll_max_amount": 100,
"initial_accounts": [
{