diff --git a/integration_tests/tests/steps/wallet_ffi_steps.rs b/integration_tests/tests/steps/wallet_ffi_steps.rs index e49bd1e994e..9bf57dc7ba4 100644 --- a/integration_tests/tests/steps/wallet_ffi_steps.rs +++ b/integration_tests/tests/steps/wallet_ffi_steps.rs @@ -439,7 +439,7 @@ async fn ffi_detects_transaction( if found_count >= count { break; } - tokio::time::sleep(Duration::from_secs(1)).await; + tokio::time::sleep(Duration::from_secs(5)).await; } println!("Counters {:?}", ffi_wallet.get_counters()); match comparison.as_str() {