Increase wallet polling timeout for bedrock pipeline latency (#328)

This commit is contained in:
Danish Arora 2026-02-11 12:03:58 +08:00 committed by GitHub
parent 6c77939c62
commit 879dd61189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": [
{