From 605f64d8de8e37fc7303fb1a33876f116324083c Mon Sep 17 00:00:00 2001 From: pierre-l Date: Wed, 3 Apr 2024 16:33:07 +0200 Subject: [PATCH] test: Increase the CI timeout --- .github/workflows/ci-reliability-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-reliability-test.yml b/.github/workflows/ci-reliability-test.yml index d9cb242e..1981989f 100644 --- a/.github/workflows/ci-reliability-test.yml +++ b/.github/workflows/ci-reliability-test.yml @@ -9,7 +9,7 @@ on: jobs: integration: runs-on: pierre-l - timeout-minutes: 10 + timeout-minutes: 20 steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable @@ -33,7 +33,7 @@ jobs: run: ./target/release/beerus & - name: run integration test on MAINNET - run: cargo test --features integration-tests + run: cargo test --package --features integration-tests - name: stop RPC run: kill $(lsof -t -i:3030)