Skip to content

test(e2e): unify timeout time, less flaky#942

Merged
fi3ework merged 1 commit intomainfrom
max/2026-02-05--01-21PM
Feb 5, 2026
Merged

test(e2e): unify timeout time, less flaky#942
fi3ework merged 1 commit intomainfrom
max/2026-02-05--01-21PM

Conversation

@fi3ework
Copy link
Copy Markdown
Member

@fi3ework fi3ework commented Feb 5, 2026

Summary

use the unified timeout config for E2E test, less flaky, and only reserve the case specific timeout for timeout related cases.

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings February 5, 2026 05:21
@fi3ework fi3ework enabled auto-merge (squash) February 5, 2026 05:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR unifies the E2E test timeout configuration by removing individual test-specific timeout values and relying on the centralized configuration in e2e/rstest.config.ts, which provides 60 seconds for CI environments and 10 seconds for local development.

Changes:

  • Removed custom timeout values from Vue SFC and JSX tests (previously 20 seconds)
  • Removed custom timeout values from project sharding tests (previously 30 seconds)
  • Removed custom timeout value from a project test (previously 15 seconds)
  • Removed custom timeout values from project coverage tests (previously 60 seconds)

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
e2e/vue/sfc.test.ts Removed 20-second custom timeout and "fix timeout in CI" comment, now uses unified timeout
e2e/vue/jsx.test.ts Removed 20-second custom timeout, now uses unified timeout
e2e/projects/shard.test.ts Removed 30-second custom timeouts from two shard tests, now uses unified timeout
e2e/projects/index.test.ts Removed 15-second custom timeout, now uses unified timeout
e2e/projects/coverage.test.ts Removed 60-second custom timeouts from two coverage tests, now uses unified timeout

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fi3ework fi3ework merged commit ec82895 into main Feb 5, 2026
17 checks passed
@fi3ework fi3ework deleted the max/2026-02-05--01-21PM branch February 5, 2026 05:44
@9aoy 9aoy mentioned this pull request Feb 5, 2026
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