fix: ci test 3

This commit is contained in:
Pravdyvy 2025-11-21 08:49:56 +02:00
parent 8839edc377
commit effbfac7d9

View File

@ -1185,6 +1185,7 @@ pub fn prepare_function_map() -> HashMap<String, TestFunction> {
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;
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;
let wallet_config = fetch_config().await.unwrap();
let wallet_storage = WalletCore::start_from_config_update_chain(wallet_config) let wallet_storage = WalletCore::start_from_config_update_chain(wallet_config)
.await .await
.unwrap(); .unwrap();