Skip to content

chore: fix flaky timeout in the options vite spec - #16910

Open
Nic-Polumeyv wants to merge 1 commit into
version-3from
fix-options-vitest-timeout
Open

chore: fix flaky timeout in the options vite spec#16910
Nic-Polumeyv wants to merge 1 commit into
version-3from
fix-options-vitest-timeout

Conversation

@Nic-Polumeyv

Copy link
Copy Markdown
Contributor

The options app's unit-test/vite.spec.js spawns a nested pnpm vitest run with a 60s child timeout, but the test itself runs under vitest's default 5s testTimeout, so on a slow runner the outer test dies while the child is still booting (example failure). Pass the existing timeout to the test, the same shape the build-errors specs use.

@pkg-svelte-dev

Copy link
Copy Markdown

Install the latest version of @sveltejs/kit from 880cd6d:

pnpm add https://pkg.svelte.dev/@sveltejs/kit/c/880cd6d42b103ed98f49ea0860687113e5553278

Open in pkg.svelte.dev: https://pkg.svelte.dev/repos/kit/pr/16910

@changeset-bot

changeset-bot Bot commented Aug 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 880cd6d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@svelte-docs-bot

Copy link
Copy Markdown

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