Skip to content

Commit 1020300

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/simulator/src/main.rs

+1-1
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)