Skip to content

Commit caff324

Browse files
committed
chore: reduce worker count
1 parent 3df438f commit caff324

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

playwright.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ export default defineConfig<ConfigOptions>({
1010
fullyParallel: true,
1111
forbidOnly: !!process.env.CI,
1212
retries: process.env.CI ? 2 : 0,
13-
workers: process.env.CI ? 1 : undefined,
1413
reporter: 'html',
1514
timeout: 120_000,
1615
webServer: {
1716
command: 'NODE_ENV=test pnpm build && pnpm preview --port 5678',
1817
url: baseURL,
1918
reuseExistingServer: false,
20-
timeout: 60_000,
19+
timeout: 120_000,
2120
},
2221
use: {
2322
baseURL,

0 commit comments

Comments
 (0)