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:
authorPeter Zhang <peter@innocraft.com>2022-04-22 06:36:09 +0300
committerGitHub <noreply@github.com>2022-04-22 06:36:09 +0300
commitdaef8036293985885dc838faeb1457d7287cdc10 (patch)
tree74f818fe7f195d0447c935fac9d48b60347a1084
parentb330104dc3b1f69c1b6e98835972b36fdef033bc (diff)
increase release test size (#19121)
increase release test size from 56mb to 58mb
-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 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;