Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@matomo.org>2021-12-07 17:56:17 +0300
committersgiehl <stefan@matomo.org>2021-12-07 21:03:52 +0300
commitf46abedba2ebf29b19d76f016e58b5ca686c4733 (patch)
tree5158984f2b7b2be4a39418a459e273f3878dc026
parent9144bc0d7dd31f2ce0b11704e57ef63dce354791 (diff)
increase allowed build size
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 47ecd95958..ad555f1c32 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -616,7 +616,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 = 54;
+ $maximumTotalFilesizesExpectedInMb = 55;
$minimumTotalFilesizesExpectedInMb = 38;
$minimumExpectedFilesCount = 7000;