Skip to content

test(packaging): give packed verification its own 120s budget - #46

Merged
pmateusz merged 1 commit into
masterfrom
fix/packaging-verification-timeout
Aug 26, 2026
Merged

test(packaging): give packed verification its own 120s budget#46
pmateusz merged 1 commit into
masterfrom
fix/packaging-verification-timeout

Conversation

@pmateusz

Copy link
Copy Markdown
Collaborator

The verifier owns a 90-second timeout, but the packed verification ran under Vitest's default test budget and could be killed before the verifier terminated and reaped its child processes. Apply the shared 120s PACKAGING_TIMEOUT_MS to the packed verification test so the outer budget always outlives the inner one.

The verifier owns a 90-second timeout, but the packed verification ran
under Vitest's default test budget and could be killed before the
verifier terminated and reaped its child processes. Apply the shared
120s PACKAGING_TIMEOUT_MS to the packed verification test so the outer
budget always outlives the inner one.

Co-Authored-By: Kimchi <noreply@kimchi.dev>
@kimchi-review

kimchi-review Bot commented Aug 26, 2026

Copy link
Copy Markdown

Kimchi Code Review

A review is being prepared and will be posted shortly.

Property Value
Commit f57e61f
Author @pmateusz
Files changed 1
Review status Pending
What to expect

Kimchi will analyze the changes in this pull request and post:

  • A summary of the overall changes
  • Inline comments on specific lines with findings categorized by issue type

The review typically completes within a few minutes. This comment will be updated once the review is ready.

Interact with Kimchi
  • @getkimchi review — re-trigger a full review on the latest commit
  • @getkimchi summary — regenerate the PR summary
  • @getkimchi ignore — skip this PR (no review will be posted)
  • Reply to any inline comment to ask follow-up questions or request clarification
Configuration

Reviews are configured by your organization admin.
Review instructions, excluded directories, and severity thresholds can be adjusted per repository in the Kimchi dashboard.


Powered by Kimchi — AI-powered code review by CAST AI

@pmateusz
pmateusz merged commit 1c06f55 into master Aug 26, 2026
2 checks passed
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