From d6fd5852e0153a0eeeb44b028da053fd22bdc80e Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 22 Jul 2026 10:22:08 +0100 Subject: [PATCH] =?UTF-8?q?docs(no=5Frun):=20correct=20the=20SLOW-skip=20c?= =?UTF-8?q?ap=20=E2=80=94=20300s=20default,=201800s=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header claimed a '60s per-script timeout cap'. The enforced value is PyAutoHands autobuild/build_util.py TIMEOUT_SECS: 300s by default, raised to 1800s for mode=release runs. A 5x understatement biases every 'is this too slow to un-skip?' judgement toward parking scripts that would pass. Matches PyAutoHands#172, which fixes the same stale figure in the mega-run banner and report text. Co-Authored-By: Claude Opus 4.8 --- config/build/no_run.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/build/no_run.yaml b/config/build/no_run.yaml index 9f69f87..789de18 100644 --- a/config/build/no_run.yaml +++ b/config/build/no_run.yaml @@ -6,7 +6,8 @@ # # SLOW-skip convention: # Entries tagged `# SLOW - ` mark scripts that are -# skipped because they exceed the 60s per-script timeout cap. These are +# skipped because they exceed the per-script timeout cap (300s by +# default; 1800s for mode=release runs). These are # NOT permanent skips — every mega-run surfaces them with a loud warning # banner. Fix the performance issue and remove the SLOW marker. #