We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6709f commit 1020300Copy full SHA for 1020300
testing/simulator/src/main.rs
@@ -36,7 +36,7 @@ use types::MinimalEthSpec;
36
// This has potential to block CI so it should be set conservatively enough that spurious failures
37
// don't become very common, but not so conservatively that regressions to the fallback mechanism
38
// cannot be detected.
39
-pub(crate) const ACCEPTABLE_FALLBACK_ATTESTATION_HIT_PERCENTAGE: f64 = 99.0;
+pub(crate) const ACCEPTABLE_FALLBACK_ATTESTATION_HIT_PERCENTAGE: f64 = 95.0;
40
41
pub type E = MinimalEthSpec;
42
0 commit comments