From 5482b2f93420f13b0bc332c70831d9f18dbcdba2 Mon Sep 17 00:00:00 2001 From: Aaron Klinker Date: Wed, 27 Sep 2023 11:36:37 -0500 Subject: [PATCH] chore: Increase E2E test timeout GitHub actions windows fails every once in a while due to a timeout, this should reduce those errors --- vitest.workspace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitest.workspace.ts b/vitest.workspace.ts index 21cee1b8..cc32a935 100644 --- a/vitest.workspace.ts +++ b/vitest.workspace.ts @@ -33,7 +33,7 @@ export default defineWorkspace([ name: 'e2e', dir: 'e2e', singleThread: true, - testTimeout: 60e3, + testTimeout: 120e3, }, plugins: [testSeed()], },