Skip to content

Commit

Permalink
A0-0000: Allow tosters in e2e (#1932)
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Swietek <[email protected]>
  • Loading branch information
mike1729 and mike1729 authored Feb 5, 2025
1 parent 8abd4a4 commit 05418fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/src/test/performance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async fn all_validators_have_ideal_performance() -> anyhow::Result<()> {
.abft_scores(session_id, block)
.await
.unwrap();
assert!(scores.points.into_iter().all(|point| point <= 1));
assert!(scores.points.into_iter().all(|point| point <= 4));

for validator in all_validators {
check_underperformed_validator_session_count(&root_connection, validator, 0).await
Expand Down

0 comments on commit 05418fa

Please sign in to comment.