From 52a279ec7f8a1ec552d4ea651ed5b62858906d47 Mon Sep 17 00:00:00 2001 From: lcswillems Date: Fri, 28 Jun 2024 15:48:36 +0200 Subject: [PATCH] Move back to maxConcurrency 5 to reduce the test flackiness --- xsuite/vitest.config.mts | 1 - 1 file changed, 1 deletion(-) diff --git a/xsuite/vitest.config.mts b/xsuite/vitest.config.mts index c1932e98..70f8e272 100644 --- a/xsuite/vitest.config.mts +++ b/xsuite/vitest.config.mts @@ -6,7 +6,6 @@ export default defineConfig({ target: "es2022", }, test: { - maxConcurrency: 10, typecheck: { enabled: true, },