Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Increase recovery delay for pov-recovery #2143

Closed

Conversation

skunert
Copy link
Contributor

@skunert skunert commented Jan 25, 2023

Increase the time window before recovering a block via pov-recovery. Should alleviate the test flakyness caused by #2142 before implementing a proper retry.

This usage here is fine since it only recovers included blocks, these should be available.

const RECOVERY_DELAY: RecoveryDelay =
RecoveryDelay { min: Duration::ZERO, max: Duration::from_secs(30) };

@skunert skunert added B0-silent Changes should not be mentioned in any release notes A0-please_review Pull request needs code review. C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Jan 25, 2023
@skunert skunert requested a review from a team January 25, 2023 15:16
client/service/src/lib.rs Outdated Show resolved Hide resolved
@michalkucharczyk michalkucharczyk requested a review from a team January 27, 2023 15:44
@skunert
Copy link
Contributor Author

skunert commented Jan 27, 2023

Please no merging on this yet, ironically pov test fails consistently here.

@skunert
Copy link
Contributor Author

skunert commented Feb 6, 2023

Closing in favor of #2164

@skunert skunert closed this Feb 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants