From 29f7cc2ee4d4e394bb97787efcad7b87af01ccce Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Mon, 23 Mar 2026 16:43:10 +0200 Subject: [PATCH] test: loong test --- .github/workflows/ci.yml | 2 +- integration_tests/tests/indexer.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14acbd30..d31c32da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: integration-tests-indexer: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 120 steps: - uses: actions/checkout@v5 with: diff --git a/integration_tests/tests/indexer.rs b/integration_tests/tests/indexer.rs index 3b548c96..aa016a79 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 = 200_000; +const L2_TO_L1_TIMEOUT_MILLIS: u64 = 1_200_000; #[test] async fn indexer_test_run() -> Result<()> {