diff --git a/integration_tests/tests/bridge.rs b/integration_tests/tests/bridge.rs index f5a417c5..f2e4e87d 100644 --- a/integration_tests/tests/bridge.rs +++ b/integration_tests/tests/bridge.rs @@ -27,7 +27,7 @@ use nssa_core::{InputAccountIdentity, account::AccountWithMetadata}; use sequencer_service_rpc::RpcClient as _; use tokio::test; -const TIME_TO_FINALIZE_DEPOSIT_EVENT_ON_BEDROCK: Duration = Duration::from_mins(10); +const TIME_TO_FINALIZE_DEPOSIT_EVENT_ON_BEDROCK: Duration = Duration::from_mins(15); #[test] async fn public_bridge_deposit_invocation_is_dropped() -> anyhow::Result<()> {