Skip to content

Commit

Permalink
test: Increase the CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-l committed Apr 3, 2024
1 parent a1a1fec commit 605f64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-reliability-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit 605f64d

Please sign in to comment.