We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd6e11 commit 295dcc4Copy full SHA for 295dcc4
typescript-sdk/apps/dojo/e2e/playwright.config.ts
@@ -45,7 +45,6 @@ function getBaseUrl(): string {
45
46
export default defineConfig({
47
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
49
testDir: "./tests",
50
retries: process.env.CI ? 3 : 0, // More retries for flaky AI tests in CI, 0 for local
51
fullyParallel: false, // Serial execution for deterministic AI test results
0 commit comments