mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-25 03:33:06 +00:00
test: loong test
This commit is contained in:
parent
c5925e964f
commit
29f7cc2ee4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -158,7 +158,7 @@ jobs:
|
|||||||
|
|
||||||
integration-tests-indexer:
|
integration-tests-indexer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -13,7 +13,7 @@ use tokio::test;
|
|||||||
use wallet::cli::{Command, programs::native_token_transfer::AuthTransferSubcommand};
|
use wallet::cli::{Command, programs::native_token_transfer::AuthTransferSubcommand};
|
||||||
|
|
||||||
/// Timeout in milliseconds to reliably await for block finalization.
|
/// 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]
|
#[test]
|
||||||
async fn indexer_test_run() -> Result<()> {
|
async fn indexer_test_run() -> Result<()> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user