From 2f7315e29c7e45e564aa31eb03d96b0cbfb9df4d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 23 Feb 2026 22:20:13 +0100 Subject: [PATCH] Tests - Tweaks to upgrade path tests --- .github/workflows/test-stack-reusable-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index fa0d8954..98fcec6e 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -771,7 +771,7 @@ jobs: # Now start the current version normally to verify the tag survived echo "=== Starting current version to verify tag exists after upgrade ===" - timeout 20 ALLOW_IANA_RESTRICTED_ADDRESSES=true python3 ./changedetection.py -d /tmp/data > /tmp/ui-test.log 2>&1 & + ALLOW_IANA_RESTRICTED_ADDRESSES=true timeout 20 python3 ./changedetection.py -d /tmp/data > /tmp/ui-test.log 2>&1 & APP_PID=$! # Wait for app to be ready and fetch UI