diff --git a/integration_tests/tests/indexer.rs b/integration_tests/tests/indexer.rs index aa016a79..62bcbbc8 100644 --- a/integration_tests/tests/indexer.rs +++ b/integration_tests/tests/indexer.rs @@ -13,7 +13,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 = 1_200_000; +const L2_TO_L1_TIMEOUT_MILLIS: u64 = 2_400_000; #[test] async fn indexer_test_run() -> Result<()> {