From 0eb389b62ce922d7bd3f2ea58e2cea6e45c090fb Mon Sep 17 00:00:00 2001 From: Petar Radovic Date: Thu, 9 Apr 2026 13:51:53 +0200 Subject: [PATCH] increase timeout --- integration_tests/tests/indexer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/tests/indexer.rs b/integration_tests/tests/indexer.rs index 147cadec..1932e0fe 100644 --- a/integration_tests/tests/indexer.rs +++ b/integration_tests/tests/indexer.rs @@ -18,7 +18,7 @@ use tokio::test; use wallet::cli::{Command, programs::native_token_transfer::AuthTransferSubcommand}; /// Timeout in milliseconds to reliably await for block finalization. -const L2_TO_L1_TIMEOUT_MILLIS: u64 = 600_000; +const L2_TO_L1_TIMEOUT_MILLIS: u64 = 900_000; #[test] async fn indexer_test_run() -> Result<()> {