mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-26 02:24:18 +01:00
ci: Fix flakiness of lnprototest on CI
The lnprototest occasionally fails on our CI due to the timeout duration we set while waiting for cln to start up. This timeout is insufficient for machines like the ones used in the GitHub CI environment. To address this issue, this commit introduces the use of environment variables to increase the lnprototest timeout, ensuring sufficient time for cln to initialize. Changelog-None Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
1
.github/workflows/prototest.yaml
vendored
1
.github/workflows/prototest.yaml
vendored
@@ -34,6 +34,7 @@ jobs:
|
||||
-e TEST_CMD="make check-protos" \
|
||||
-e TEST_GROUP=1 \
|
||||
-e TEST_GROUP_COUNT=1 \
|
||||
-e TIMEOUT=120 \
|
||||
cln-ci-ubuntu
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user