Skip to content

fix(ci): extend daemon startup wait from 2s to 10s on Windows - #5

Merged
godspede merged 1 commit into
mainfrom
fix/daemon-startup-timeout
Apr 23, 2026
Merged

fix(ci): extend daemon startup wait from 2s to 10s on Windows#5
godspede merged 1 commit into
mainfrom
fix/daemon-startup-timeout

Conversation

@godspede

Copy link
Copy Markdown
Owner

Summary

  • The smoke test TestSmoke_ShareAndFetch was failing on windows-latest with "daemon unreachable" (exit status 4)
  • The daemon IS spawned (GitHub Actions logs show it as an orphan process at cleanup) but Windows CI runners take >2s to start the detached process and write the lockfile
  • Bumps the poll timeout in EnsureDaemon from 2s to 10s

Test plan

  • CI green on windows-latest smoke test
  • CI green on ubuntu-latest (unaffected, just verifying no regression)

🤖 Generated with Claude Code

Windows CI runners take longer than 2s to start the detached daemon
process; the smoke test was hitting ErrUnreachable before the daemon
could write its lockfile and start listening.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@godspede
godspede enabled auto-merge (squash) April 23, 2026 09:02
@godspede
godspede merged commit d11c755 into main Apr 23, 2026
2 checks passed
godspede added a commit that referenced this pull request Jul 17, 2026
Windows CI runners take longer than 2s to start the detached daemon
process; the smoke test was hitting ErrUnreachable before the daemon
could write its lockfile and start listening.

Co-authored-by: godspede <jehutheawesome@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@godspede
godspede deleted the fix/daemon-startup-timeout branch July 17, 2026 20:35
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.

1 participant