Skip to content

Commit 68ab088

Browse files
jsjoeioAkash Satheesan
authored and
Akash Satheesan
committed
fix(e2e): use one worker to reduce flakiness
1 parent 752d648 commit 68ab088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const config: Config = {
5252
testDir: path.join(__dirname, "e2e"), // Search for tests in this directory.
5353
timeout: 60000, // Each test is given 60 seconds.
5454
retries: 3, // Retry failing tests 2 times
55+
workers: 1,
5556
}
5657

5758
if (process.env.CI) {

0 commit comments

Comments
 (0)