From 5ac792fb26c68b3eb4242960f1444aea7b7d480a Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Mon, 25 May 2026 16:16:27 +0300 Subject: [PATCH] fix(integration_tests): increase bridge wait time to 10 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 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<()> {