Skip to content

fix(e2e): increase timeout for container-pull-heavy E2E tests#222

Merged
skevetter merged 1 commit into
mainfrom
b979-23ea-fix-e2e-timeout-moderate
May 5, 2026
Merged

fix(e2e): increase timeout for container-pull-heavy E2E tests#222
skevetter merged 1 commit into
mainfrom
b979-23ea-fix-e2e-timeout-moderate

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

Upgrades the spec timeout from TimeoutShort (3min) to TimeoutModerate (5min) for the 4 E2E test suites that frequently timeout due to ghcr.io container image pull latency:

  • up-docker-compose/suiteup_docker_compose.go (16 specs)
  • up-docker-compose/configconfig.go (17 specs)
  • up-features/suiteup_features.go (22 specs)
  • up-features/wslwsl.go (2 specs)

These tests pull container images from ghcr.io during execution, making them sensitive to registry latency. The previous 3-minute timeout was insufficient under typical CI load. The global TimeoutShort constant remains unchanged — only these 4 test files are affected.

@netlify

netlify Bot commented May 4, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit f6c3d8c
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/69f93e2128a4c5000838f8cb

@coderabbitai

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@skevetter has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 26 minutes and 26 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9f778159-0504-4237-bd04-e77cac3ab7ff

📥 Commits

Reviewing files that changed from the base of the PR and between 4465aa9 and f6c3d8c.

📒 Files selected for processing (4)
  • e2e/tests/up-docker-compose/config.go
  • e2e/tests/up-docker-compose/up_docker_compose.go
  • e2e/tests/up-features/up_features.go
  • e2e/tests/up-features/wsl.go

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the size/m label May 4, 2026
@skevetter
skevetter force-pushed the b979-23ea-fix-e2e-timeout-moderate branch from d132c18 to 073080b Compare May 4, 2026 23:08
Upgrade TimeoutShort (3min) to TimeoutModerate (5min) for the
up-docker-compose and up-features test suites which frequently
timeout due to ghcr.io container pull latency.
@skevetter
skevetter force-pushed the b979-23ea-fix-e2e-timeout-moderate branch from 073080b to f6c3d8c Compare May 5, 2026 00:47
@skevetter
skevetter marked this pull request as ready for review May 5, 2026 01:19
@skevetter
skevetter enabled auto-merge (squash) May 5, 2026 01:19
@skevetter
skevetter merged commit c9e438d into main May 5, 2026
54 checks passed
@skevetter
skevetter deleted the b979-23ea-fix-e2e-timeout-moderate branch May 5, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant