Skip to content

Commit 8c1e94f

Browse files
committed
Add timeout-minutes to LND CI workflow
1 parent 243d179 commit 8c1e94f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lnd-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
exit 1
7878
7979
- name: Run LND integration tests
80+
timeout-minutes: 30
8081
run: LND_CERT_PATH=$LND_DATA_DIR/tls.cert LND_MACAROON_PATH=$LND_DATA_DIR/data/chain/bitcoin/regtest/admin.macaroon
8182
RUSTFLAGS="--cfg lnd_test" cargo test --test integration_tests_lnd -- --show-output --test-threads=1
8283
env:

0 commit comments

Comments
 (0)