From 470c62b04aa806001fe7531e0d46718f8b56b670 Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Mon, 9 Feb 2026 15:15:53 +0300 Subject: [PATCH] chore: apply recommended wallet config from #328 for integration tests --- integration_tests/src/config.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests/src/config.rs b/integration_tests/src/config.rs index fbb785e5..20f4dbe0 100644 --- a/integration_tests/src/config.rs +++ b/integration_tests/src/config.rs @@ -96,9 +96,9 @@ pub fn wallet_config( override_rust_log: None, sequencer_addr: addr_to_url(UrlProtocol::Http, sequencer_addr) .context("Failed to convert sequencer addr to URL")?, - seq_poll_timeout_millis: 12_000, - seq_tx_poll_max_blocks: 10, - seq_poll_max_retries: 5, + seq_poll_timeout_millis: 30_000, + seq_tx_poll_max_blocks: 15, + seq_poll_max_retries: 10, seq_block_poll_max_amount: 100, initial_accounts: initial_data.wallet_initial_accounts(), basic_auth: None,