Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/custom/local-testnet/test_anchor_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ tasks:
- name: check_consensus_attestation_stats
config:
# These values are taken from a similar config used in the ethereum-package.
# The minTargetPercent ensures that most attestations are included at some point.
# The minTargetPercent ensures that most attestations are included at some point (up to two missed atts).
# The minHeadPercent is more lenient as on shared CI, nodes might not have ideal performance.
# 80% is low enough to not cause false positives but high enough to catch consistent issues.
minTargetPercent: 98
minTargetPercent: 95
minHeadPercent: 80
failOnCheckMiss: true
minCheckedEpochs: 2
Expand Down
Loading