Increase global mocha timeout from 60s to 180s in wdio.conf.js to accommodate longer-running LLM judge tests that evaluate agent responses and code generation. Add explicit per-test overrides for Phase B scenarios B4 and B5 to ensure adequate time for agent startup, execution, and LLM verification. - wdio.conf.js: global timeout 60_000 → 180_000ms - phase-b.test.ts: explicit 180_000ms timeout for B4 and B5 scenarios |
||
|---|---|---|
| .. | ||
| agent-scenarios.test.ts | ||
| bterminal.test.ts | ||
| phase-b.test.ts | ||
| phase-c.test.ts | ||