diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c54cc472..65504f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ on: push: branches: - - main + - Pravdyvyi/ci-test-2 paths-ignore: - "**.md" - "!.github/workflows/*.yml" diff --git a/integration_tests/tests/indexer.rs b/integration_tests/tests/indexer.rs index 3b548c96..4765969d 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 = 199_000; #[test] async fn indexer_test_run() -> Result<()> {