diff --git a/integration_tests/tests/bridge.rs b/integration_tests/tests/bridge.rs index cc4042ba..f5a417c5 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(6); +const TIME_TO_FINALIZE_DEPOSIT_EVENT_ON_BEDROCK: Duration = Duration::from_mins(10); #[test] async fn public_bridge_deposit_invocation_is_dropped() -> anyhow::Result<()> {