From 0c3757f3a89dfc26ce93a8554c25282a13fa9750 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 8 Jun 2023 11:24:46 +0930 Subject: [PATCH] CI: allow postgres and ASAN longer to run. It seems to time out on tests/test_connection.py::test_feerate_stress. Signed-off-by: Rusty Russell --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2dcae9e9..de3be4eed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -237,7 +237,7 @@ jobs: BITCOIN_VERSION: "25.0" ELEMENTS_VERSION: 22.0.2 RUST_PROFILE: release # Has to match the one in the compile step - PYTEST_OPTS: --timeout=1200 + PYTEST_OPTS: --timeout=1800 needs: - compile strategy: @@ -416,7 +416,7 @@ jobs: DEVELOPER: 1 SLOW_MACHINE: 1 TEST_DEBUG: 1 - PYTEST_OPTS: --test-group-random-seed=42 --timeout=1800 + PYTEST_OPTS: --test-group-random-seed=42 --timeout=2400 needs: - prebuild strategy: