Increase fallback simulator tolerance

This commit is contained in:
Mac L
2023-07-24 14:29:13 +10:00
parent 59c6b0904f
commit 6fc12e65de

View File

@@ -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;