Skip to content

Allow slower Windows job helper startup#144

Merged
SDSLeon merged 2 commits into
masterfrom
cursor/fix-windows-job-helper-timeout-0a1b
Jun 8, 2026
Merged

Allow slower Windows job helper startup#144
SDSLeon merged 2 commits into
masterfrom
cursor/fix-windows-job-helper-timeout-0a1b

Conversation

@SDSLeon

@SDSLeon SDSLeon commented Jun 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Increased the Windows Job Object helper startup watchdog from 5s to 30s.
  • Enabled and expanded WindowsJobObjectManager tests under mocked win32 behavior.

Motivation

Avoid false startup failures on slower Windows machines where PowerShell and inline C# compilation can take longer than 5 seconds before the helper emits ready.

Testing

  • pnpm run typecheck
  • pnpm run lint
  • pnpm run fmt:check
  • pnpm run test
  • pnpm exec vitest run src/main/windowsJobObject.test.ts
  • pnpm exec oxlint --type-aware --deny-warnings src/main/windowsJobObject.ts src/main/windowsJobObject.test.ts
  • Not run; reason: full lint/format/test suites were not run because this is a focused Windows helper change and targeted checks cover the changed code path.

Screenshots

Not applicable; runtime-only change.

Linked issue

Closes #

Open in Web Open in Cursor 

Co-authored-by: Serhii Vecherenko <SDSLeon999@gmail.com>
@vercel

vercel Bot commented Jun 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
lightcode-landing Skipped Skipped Jun 7, 2026 3:12am

@SDSLeon SDSLeon marked this pull request as ready for review June 8, 2026 02:20
@SDSLeon SDSLeon merged commit fe7d4e0 into master Jun 8, 2026
6 checks passed
@SDSLeon SDSLeon deleted the cursor/fix-windows-job-helper-timeout-0a1b branch June 8, 2026 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants