From eac787eb486884897eb76ac857befd3b20feaecb Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 24 Jan 2023 13:21:57 +0000 Subject: [PATCH] test: bump test timeout --- test/basic.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.test.ts b/test/basic.test.ts index 7c4aadc14a..e8a5f7c20a 100644 --- a/test/basic.test.ts +++ b/test/basic.test.ts @@ -1028,6 +1028,6 @@ if (isDev() && !isWindows) { expect(pageErrors).toEqual([]) expect(consoleLogErrors).toEqual([]) expect(consoleLogWarnings).toEqual([]) - }, isWindows ? 60_000 : 30_000) + }, 60_000) }) }