Skip to content

Commit 295dcc4

Browse files
committed
let it go parallel, why not
1 parent 5dd6e11 commit 295dcc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typescript-sdk/apps/dojo/e2e/playwright.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function getBaseUrl(): string {
4545

4646
export default defineConfig({
4747
timeout: process.env.CI ? 300_000 : 120_000, // 5min in CI, 2min locally for AI tests
48-
workers: 1, // Serial execution to avoid race conditions and AI service conflicts
4948
testDir: "./tests",
5049
retries: process.env.CI ? 3 : 0, // More retries for flaky AI tests in CI, 0 for local
5150
fullyParallel: false, // Serial execution for deterministic AI test results

0 commit comments

Comments
 (0)