Problem
On windows-latest, packages/stim-cli/src/__tests__/worktree.test.ts > ignored inventory and warm copying … exceeds 1MB can hit its 30 s timeout and fail the test (windows) job.
Evidence
Cause
Unknown. Likely Windows file-copy throughput on the runner for the >1 MB fixture, but not measured.
Fix idea
Measure the case's duration on the Windows runner across several attempts; either shrink the fixture while keeping the >1 MB threshold it asserts, or give this case a Windows-specific budget with the measured headroom. Do not skip it.
Problem
On
windows-latest,packages/stim-cli/src/__tests__/worktree.test.ts > ignored inventory and warm copying … exceeds 1MBcan hit its 30 s timeout and fail thetest (windows)job.Evidence
Cause
Unknown. Likely Windows file-copy throughput on the runner for the >1 MB fixture, but not measured.
Fix idea
Measure the case's duration on the Windows runner across several attempts; either shrink the fixture while keeping the >1 MB threshold it asserts, or give this case a Windows-specific budget with the measured headroom. Do not skip it.