From 4fd8595b172cf20de2665930e7415f2f71c76b9a Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Mon, 25 May 2026 18:11:41 +0300 Subject: [PATCH] fix(integration_tests): increase bridge wait time to 15 minutes for CI --- integration_tests/tests/bridge.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<()> {