Skip to content

Commit

Permalink
Increase fallback simulator tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Aug 1, 2023
1 parent 79d428b commit 9b5bf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/simulator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9b5bf12

Please sign in to comment.