From 154a391cf7580c2a793626a799ac5ac2e8970ff6 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Fri, 25 Mar 2022 23:45:30 +0100 Subject: [PATCH] ci: adding pytest parameter to tracing lnprotetest Signed-off-by: Vincenzo Palazzo --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 400b624bf..41936c999 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,6 +123,7 @@ jobs: -e EXPERIMENTAL_FEATURES=1 \ -e COMPA=0 \ -e PYTEST_PAR=2 \ + -e PYTEST_OPTS="--timeout=300" \ -e TEST_CMD="make check-protos" \ -e TEST_GROUP=1 \ -e TEST_GROUP_COUNT=1 \