Skip to content

Commit 15686b3

Browse files
increase even more!
1 parent 6e0c908 commit 15686b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest-pool-workers/test/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineWorkersConfig({
3030
export function waitFor<T>(callback: Parameters<typeof vi.waitFor<T>>[0]) {
3131
// The default timeout of `vi.waitFor()` is only 1s, which is a little
3232
// short for some of these tests, especially on Windows.
33-
return vi.waitFor(callback, { timeout: 20_000, interval: 500 });
33+
return vi.waitFor(callback, { timeout: 30_000, interval: 500 });
3434
}
3535

3636
async function seed(root: string, files: Record<string, string>) {

0 commit comments

Comments
 (0)