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:
Rusty Russell
2023-05-18 15:45:22 +09:30
committed by Christian Decker
parent b746588356
commit 0850cbb5bb

View File

@@ -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: