Skip to content

Commit 310c304

Browse files
committed
SEND IT (fully parallelize tests)
1 parent fb9b7c4 commit 310c304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default defineConfig({
4747
timeout: process.env.CI ? 300_000 : 120_000, // 5min in CI, 2min locally for AI tests
4848
testDir: "./tests",
4949
retries: process.env.CI ? 1 : 0, // More retries for flaky AI tests in CI, 0 for local
50-
fullyParallel: false, // Serial execution for deterministic AI test results
50+
fullyParallel: true,
5151
use: {
5252
headless: true,
5353
viewport: { width: 1280, height: 720 },

0 commit comments

Comments
 (0)