Skip to content

fix(ci): timeout Windows unit tests - #299

Merged
nicko-ai merged 1 commit into
devfrom
codex/windows-unit-timeout
Jun 28, 2026
Merged

fix(ci): timeout Windows unit tests#299
nicko-ai merged 1 commit into
devfrom
codex/windows-unit-timeout

Conversation

@nicko-ai

Copy link
Copy Markdown
Collaborator

Issue for this PR

Fixes #298

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds a timeout to the Windows unit-test step so a hung bun turbo test:ci run fails instead of blocking PR and release readiness indefinitely.

The Linux unit step keeps the existing command. The Windows step runs the same command with the same environment and a 35-minute timeout.

How did you verify your code works?

  • Parsed .github/workflows/test.yml as YAML and checked that the unit job now has separate Linux and Windows unit-test steps.
  • Ran git diff --check.
  • Ran local Codex review on commit d3c68a3bca0fe8523dbf79a1235b953e955e68e7; it found no actionable regression in the workflow split.

Screenshots / recordings

Not applicable. This changes a GitHub Actions workflow only.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

- Split the unit test step so Windows has a bounded runtime.

- Keep the Linux unit path unchanged.

Fixes #298
@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title ci: timeout Windows unit tests doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@nicko-ai

Copy link
Copy Markdown
Collaborator Author

@codex review

@nicko-ai nicko-ai changed the title ci: timeout Windows unit tests fix(ci): timeout Windows unit tests Jun 28, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep it up!

Reviewed commit: d3c68a3bca

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@github-actions

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

@nicko-ai
nicko-ai merged commit 3e4c532 into dev Jun 28, 2026
17 of 18 checks passed
@nicko-ai
nicko-ai deleted the codex/windows-unit-timeout branch June 28, 2026 16:19
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.

Windows unit job can hang without a timeout

1 participant