Skip to content

chore: Configure Playwright webServer 10min timeout and CI parallel execution#1

Merged
ikkz merged 2 commits intomainfrom
copilot/set-webserver-timeout-ci-parallel
Dec 28, 2025
Merged

chore: Configure Playwright webServer 10min timeout and CI parallel execution#1
ikkz merged 2 commits intomainfrom
copilot/set-webserver-timeout-ci-parallel

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 28, 2025

Increases Playwright webServer startup timeout and adds parallel task execution to CI workflow.

Changes

  • Playwright config: Set webServer.timeout to 600000 ms (10 minutes) in apps/console-e2e/playwright.config.ts
  • CI workflow: Added --parallel=3 to nx affected command in .github/workflows/ci.yml

The timeout increase accommodates slower server startup in CI environments. Parallel execution limits concurrent tasks to 3, balancing resource usage with build performance.

Original prompt

将 playwright 的 webServer 超时设置为十分钟,同时 ci 中 nx 命令加上 --parallel=3


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Dec 28, 2025
…3 to CI

Co-authored-by: ikkz <28710394+ikkz@users.noreply.github.com>
Copilot AI changed the title [WIP] Set playwright webServer timeout to ten minutes and update CI commands Configure Playwright webServer 10min timeout and CI parallel execution Dec 28, 2025
Copilot AI requested a review from ikkz December 28, 2025 17:24
@ikkz ikkz changed the title Configure Playwright webServer 10min timeout and CI parallel execution chore: Configure Playwright webServer 10min timeout and CI parallel execution Dec 28, 2025
@ikkz ikkz marked this pull request as ready for review December 28, 2025 17:31
@ikkz ikkz merged commit b8f5ab4 into main Dec 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants