Skip to content

Conversation

@josephschorr
Copy link
Member

Adds retries and increases the wait timeout for the migration call

Adds retries and increases the wait timeout for the migration call
@josephschorr josephschorr requested a review from a team as a code owner October 31, 2025 17:13
@github-actions github-actions bot added area/cli Affects the command line area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) labels Oct 31, 2025
@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.45%. Comparing base (e55404b) to head (d14152b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2674      +/-   ##
==========================================
- Coverage   79.46%   79.45%   -0.00%     
==========================================
  Files         455      455              
  Lines       47161    47161              
==========================================
- Hits        37470    37467       -3     
+ Misses       6945     6944       -1     
- Partials     2746     2750       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

}
require.NoError(t, err)

waitCtx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
Copy link
Contributor

@miparnisari miparnisari Nov 7, 2025

Choose a reason for hiding this comment

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

why do we even have a timeout here..? i say let the thing take as long as it wants: remove the retry stuff and the waitCtx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli Affects the command line area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants