diff --git a/tests/logs/test_run_metrics3.py b/tests/logs/test_run_metrics3.py index 6f7c97f91..d27c2f857 100644 --- a/tests/logs/test_run_metrics3.py +++ b/tests/logs/test_run_metrics3.py @@ -390,7 +390,7 @@ def parse_test_characteristics_from_type(test_type): def create_dashboard_table(test_tracking, average_scores, below_threshold_percentages, loaded_data, confidence_intervals_by_type, threshold=0.8, confidence=0.95): """Create the formatted dashboard table with confidence intervals""" - MAX_SAMPLE = 3250 + MAX_SAMPLE = 2500 # Group data by test type instead of individual files test_type_data = defaultdict(lambda: {