We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243d179 commit 8c1e94fCopy full SHA for 8c1e94f
.github/workflows/lnd-integration.yml
@@ -77,6 +77,7 @@ jobs:
77
exit 1
78
79
- name: Run LND integration tests
80
+ timeout-minutes: 30
81
run: LND_CERT_PATH=$LND_DATA_DIR/tls.cert LND_MACAROON_PATH=$LND_DATA_DIR/data/chain/bitcoin/regtest/admin.macaroon
82
RUSTFLAGS="--cfg lnd_test" cargo test --test integration_tests_lnd -- --show-output --test-threads=1
83
env:
0 commit comments