mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-17 11:53:14 +00:00
chore: apply recommended wallet config from #328 for integration tests
This commit is contained in:
parent
975cfb9ec6
commit
c753373434
@ -95,9 +95,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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user