From d11e77a5ecafcb46ff7407e1e160eb05c2935729 Mon Sep 17 00:00:00 2001 From: Sergio Gimeno Date: Wed, 25 Sep 2024 15:39:30 +0200 Subject: [PATCH] PerformanceBugetTest: increase budget for GrowthExperiments styles Should unblock merges in GrowthExperiments repo Bug: T373017 Change-Id: Iadc09e048c46d6d0cf255dbc82932cd07c33d5a2 --- tests/phpunit/structure/PerformanceBudgetTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/structure/PerformanceBudgetTest.php b/tests/phpunit/structure/PerformanceBudgetTest.php index 9b041acad..1bb2056cd 100644 --- a/tests/phpunit/structure/PerformanceBudgetTest.php +++ b/tests/phpunit/structure/PerformanceBudgetTest.php @@ -168,7 +168,7 @@ class PerformanceBudgetTest extends MediaWikiIntegrationTestCase { 'styles' => [ // Codex styles 'FlaggedRevs' => 3200, - 'GrowthExperiments' => 1000, + 'GrowthExperiments' => 2000, ], ]; $total = 0;