We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0c908 commit 15686b3Copy full SHA for 15686b3
packages/vitest-pool-workers/test/helpers.ts
@@ -30,7 +30,7 @@ export default defineWorkersConfig({
30
export function waitFor<T>(callback: Parameters<typeof vi.waitFor<T>>[0]) {
31
// The default timeout of `vi.waitFor()` is only 1s, which is a little
32
// short for some of these tests, especially on Windows.
33
- return vi.waitFor(callback, { timeout: 20_000, interval: 500 });
+ return vi.waitFor(callback, { timeout: 30_000, interval: 500 });
34
}
35
36
async function seed(root: string, files: Record<string, string>) {
0 commit comments