mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Increase fallback simulator tolerance
This commit is contained in:
@@ -36,7 +36,7 @@ use types::MinimalEthSpec;
|
||||
// This has potential to block CI so it should be set conservatively enough that spurious failures
|
||||
// don't become very common, but not so conservatively that regressions to the fallback mechanism
|
||||
// cannot be detected.
|
||||
pub(crate) const ACCEPTABLE_FALLBACK_ATTESTATION_HIT_PERCENTAGE: f64 = 99.0;
|
||||
pub(crate) const ACCEPTABLE_FALLBACK_ATTESTATION_HIT_PERCENTAGE: f64 = 95.0;
|
||||
|
||||
pub type E = MinimalEthSpec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user