hot fix for integration test

This commit is contained in:
Sergio Chouhy 2025-11-22 20:15:04 -03:00
parent 0054ce5847
commit 8c9b46b0df
2 changed files with 2 additions and 3 deletions

View File

@ -1180,9 +1180,8 @@ pub fn prepare_function_map() -> HashMap<String, TestFunction> {
let tx = fetch_privacy_preserving_tx(&seq_client, tx_hash.clone()).await;
println!("Waiting for next blocks to check if continoius run fetch account");
tokio::time::sleep(Duration::from_secs(TIME_TO_WAIT_FOR_BLOCK_SECONDS)).await;
tokio::time::sleep(Duration::from_secs(TIME_TO_WAIT_FOR_BLOCK_SECONDS)).await;
println!("Waiting for next blocks to check if continuous run fetch account");
tokio::time::sleep(Duration::from_secs(3 * TIME_TO_WAIT_FOR_BLOCK_SECONDS)).await;
let wallet_storage = WalletCore::start_from_config_update_chain(wallet_config)
.await