test: ci test 1

This commit is contained in:
Pravdyvy 2026-03-24 11:34:34 +02:00
parent 15f026f061
commit 4b7987f56d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
on:
push:
branches:
- main
- Pravdyvyi/ci-test-2
paths-ignore:
- "**.md"
- "!.github/workflows/*.yml"

View File

@ -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<()> {