ci(core): reduce click test timeout to 40m
What changed, and why it matters
This commit only changes how long a specific automated test job is allowed to run in GitHub Actions, shortening the timeout from 90 minutes to 40 minutes. It does not modify any firmware code, cryptography, user interface, or device behavior. There is no security relevance.
No security action needed. Treat as routine CI maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-line change in .github/workflows/core.yml reduces the timeout-minutes value for the click test CI job from 90 to 40. This is a CI configuration tuning change with no effect on built artifacts, runtime code, or attack surface.
Changed components
GitHub Actions workflow: .github/workflows/core.yml (click test job timeout)Inspect captured patch +1 / −1
diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index ba9d7b51e..7e141ead0 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -323,7 +323,7 @@ jobs:
needs:
- param
- core_emu
- timeout-minutes: 90
+ timeout-minutes: 40
strategy:
fail-fast: false
matrix:
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.