Uh oh!
There was an error while loading. Please reload this page.
fix(e2e): increase TimeoutShort from 2min to 3min - #212
Conversation
E2E tests that build Docker images with apt-get install regularly exceed the 2-minute timeout on GitHub Actions runners due to slow Ubuntu mirror response times. This caused consistent CI failures on main across 4 consecutive commits (d2ca833 through ba9fbb9) even though the underlying code was correct.
✅ Deploy Preview for devsydev canceled.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesTimeout Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Uh oh!
There was an error while loading. Please reload this page.
Summary
apt-get installconsistently timeout at 2 minutes on GitHub Actions due to slow Ubuntu apt mirror response timesTimeoutShort()from 2 minutes to 3 minutes to accommodate realistic Docker build times on CI runnerswarningsparam from PR feat(envelope): surface hostRequirements warnings in CLI result JSON #204 vs PR feat(cmd): add run-user-commands lifecycle command #203) was already fixed in PR feat(cmd): add --remove-volumes flag to down command #207Resolves consistent "Test up-features && suite" and "Test up-docker-compose && config" CI failures on main.
Summary by CodeRabbit