Noticed across multiple runs (including during check and previous sessions) that performManagedInstall + --version checks in patchloomCli.test.ts can take >15s or get SIGTERM killed on fresh installs.
We bumped one timeout to 30s as part of QA fix.
But the full describe still does real download every run, has multiple 15s timeouts for mcp, and is sensitive to network/runner speed.
This was noticed (and 'known test failure' notes in skill) but not fully tracked as a dedicated robustness issue until now.
Noticed across multiple runs (including during check and previous sessions) that performManagedInstall + --version checks in patchloomCli.test.ts can take >15s or get SIGTERM killed on fresh installs.
We bumped one timeout to 30s as part of QA fix.
But the full describe still does real download every run, has multiple 15s timeouts for mcp, and is sensitive to network/runner speed.
This was noticed (and 'known test failure' notes in skill) but not fully tracked as a dedicated robustness issue until now.