We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f4c4c commit 7309ea9Copy full SHA for 7309ea9
test/config.ts
@@ -52,6 +52,7 @@ const config: Config = {
52
testDir: path.join(__dirname, "e2e"), // Search for tests in this directory.
53
timeout: 60000, // Each test is given 60 seconds.
54
retries: 3, // Retry failing tests 2 times
55
+ workers: 1,
56
}
57
58
if (process.env.CI) {
0 commit comments