From daef8036293985885dc838faeb1457d7287cdc10 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Fri, 22 Apr 2022 15:36:09 +1200 Subject: increase release test size (#19121) increase release test size from 56mb to 58mb --- tests/PHPUnit/Integration/ReleaseCheckListTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php index 7994026a63..a2cbc873bb 100644 --- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php +++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php @@ -614,7 +614,7 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase // Don't run the test on local dev machine, as we may have other files (not in GIT) that would fail this test $this->markTestSkipped("Skipped this test on local dev environment."); } - $maximumTotalFilesizesExpectedInMb = 56; + $maximumTotalFilesizesExpectedInMb = 58; $minimumTotalFilesizesExpectedInMb = 38; $minimumExpectedFilesCount = 7000; -- cgit v1.2.3