diff --git a/ci/test_size_regression.sh b/ci/test_size_regression.sh index ce897fcd42..a4d24682f2 100755 --- a/ci/test_size_regression.sh +++ b/ci/test_size_regression.sh @@ -2,7 +2,7 @@ # Checks the absolute size and the relative size increase of a file. -MAX_SIZE=5700000 # 5.7MB +MAX_SIZE=5800000 # 5.8MB MAX_PERC=1 if [ `uname` == "Darwin" ]