From 7309ea9d10a09672f5d653e765751beb18579938 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 29 Apr 2021 16:27:19 -0700 Subject: [PATCH] fix(e2e): use one worker to reduce flakiness --- test/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/config.ts b/test/config.ts index 6df0324e..53b592b7 100644 --- a/test/config.ts +++ b/test/config.ts @@ -52,6 +52,7 @@ const config: Config = { testDir: path.join(__dirname, "e2e"), // Search for tests in this directory. timeout: 60000, // Each test is given 60 seconds. retries: 3, // Retry failing tests 2 times + workers: 1, } if (process.env.CI) {