mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
PerformanceBugetTest: increase budget for GrowthExperiments styles
Should unblock merges in GrowthExperiments repo Bug: T373017 Change-Id: Iadc09e048c46d6d0cf255dbc82932cd07c33d5a2
This commit is contained in:
parent
c6e3c1acf8
commit
d11e77a5ec
|
@ -168,7 +168,7 @@ class PerformanceBudgetTest extends MediaWikiIntegrationTestCase {
|
|||
'styles' => [
|
||||
// Codex styles
|
||||
'FlaggedRevs' => 3200,
|
||||
'GrowthExperiments' => 1000,
|
||||
'GrowthExperiments' => 2000,
|
||||
],
|
||||
];
|
||||
$total = 0;
|
||||
|
|
Loading…
Reference in a new issue