Skip to content

Commit 1020300

Browse files
committed
Increase fallback simulator tolerance
1 parent cf6709f commit 1020300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/simulator/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use types::MinimalEthSpec;
3636
// This has potential to block CI so it should be set conservatively enough that spurious failures
3737
// don't become very common, but not so conservatively that regressions to the fallback mechanism
3838
// cannot be detected.
39-
pub(crate) const ACCEPTABLE_FALLBACK_ATTESTATION_HIT_PERCENTAGE: f64 = 99.0;
39+
pub(crate) const ACCEPTABLE_FALLBACK_ATTESTATION_HIT_PERCENTAGE: f64 = 95.0;
4040

4141
pub type E = MinimalEthSpec;
4242

0 commit comments

Comments
 (0)