From a49a89adade9d886f362dad989ca02fad100d45c Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Sun, 14 Jan 2024 23:30:28 +0100 Subject: [PATCH] Increase the test timeout yet again --- integration-tests/timeout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;