-
Notifications
You must be signed in to change notification settings - Fork 12
fix(renterd-e2e): flaky wallet tests #1143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: refactor_explorer-e2e_simplify_startcluster
Are you sure you want to change the base?
fix(renterd-e2e): flaky wallet tests #1143
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
7a133e1
to
5eb4cb3
Compare
6d207c5
to
407231f
Compare
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you change the MaturityHeight to 9 instead of 10 do you have to mine(2) for those to pass? It seems odd that you have to mine again given that it seems in most places we mine blocks, we mine in terms of the maturity height. Anyways other than that I approve
m.MineBlocks(ctx, int(network.MaturityDelay)+20
mining inStartRenterd
would be enough.