From b595eff5cc32d05c61b864138efae8f8165cdb8b Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Thu, 5 Feb 2026 14:37:38 +0800 Subject: [PATCH] Increase wallet polling timeout for bedrock pipeline latency --- wallet/configs/debug/wallet_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wallet/configs/debug/wallet_config.json b/wallet/configs/debug/wallet_config.json index ad7b2792..533db89a 100644 --- a/wallet/configs/debug/wallet_config.json +++ b/wallet/configs/debug/wallet_config.json @@ -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": [ {