summaryrefslogtreecommitdiffstats
path: root/tests/lib/FilesTest.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-13 14:42:52 +0200
committerJoas Schilling <coding@schilljs.com>2016-09-13 16:50:36 +0200
commita3c8534b7b0a9446cf6fdb0a5a3cb7e5b69745de (patch)
tree59cdbadeb0928892b79d58a7bd73c2b1bbba538a /tests/lib/FilesTest.php
parent0543661064b00c27c2e9a1780acf34c8a364f6ce (diff)
downloadnextcloud-server-a3c8534b7b0a9446cf6fdb0a5a3cb7e5b69745de.tar.gz
nextcloud-server-a3c8534b7b0a9446cf6fdb0a5a3cb7e5b69745de.zip
Make sure memory limit is > post size and upload filesize
Diffstat (limited to 'tests/lib/FilesTest.php')
-rw-r--r--tests/lib/FilesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/FilesTest.php b/tests/lib/FilesTest.php
index 496312708bc..1d26984ee72 100644
--- a/tests/lib/FilesTest.php
+++ b/tests/lib/FilesTest.php
@@ -24,7 +24,7 @@ namespace Test;
class FilesTest extends \Test\TestCase {
- const UPLOAD_LIMIT_DEFAULT_STR = '513M';
+ const UPLOAD_LIMIT_DEFAULT_STR = '511M';
const UPLOAD_LIMIT_SETTING_STR = '2M';
const UPLOAD_LIMIT_SETTING_BYTES = 2097152;