mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 19:34:25 +01:00
CI: re-add python timeout.
Without this, a stuck test (such as before the previous commit, where a plugin crashed when running a command) simply gets timed out by the full CI timeout. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
b746588356
commit
0850cbb5bb
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@@ -206,6 +206,7 @@ jobs:
|
||||
BITCOIN_VERSION: 24.0.1
|
||||
ELEMENTS_VERSION: 22.0.2
|
||||
RUST_PROFILE: release # Has to match the one in the compile step
|
||||
PYTEST_OPTS: --timeout=1200
|
||||
needs:
|
||||
- compile
|
||||
strategy:
|
||||
@@ -317,7 +318,7 @@ jobs:
|
||||
CFG: gcc-dev1-exp1
|
||||
DEVELOPER: 1
|
||||
EXPERIMENTAL_FEATURES: 1
|
||||
PYTEST_OPTS: --test-group-random-seed=42
|
||||
PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800
|
||||
needs:
|
||||
- compile
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user