diff --git a/integration-tests/timeout.ts b/integration-tests/timeout.ts index 151e530..2918ad3 100644 --- a/integration-tests/timeout.ts +++ b/integration-tests/timeout.ts @@ -1,2 +1,2 @@ /** Certain tests time out on Windows with the default 5 seconds that Vitest gives. */ -export const TIMEOUT = 15 * 1000; +export const TIMEOUT = 20 * 1000;