Skip to content

Commit 55468a5

Browse files
committed
WIP
1 parent 843cf64 commit 55468a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services-gateway/src/test/java/io/scalecube/services/gateway/files/FileUploadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
public class FileUploadTest {
4141

42-
private static final int MAX_SIZE = 10 * 1024 * 1024;
42+
private static final int MAX_SIZE = 15 * 1024 * 1024;
4343
private static final int SIZE_OVER_LIMIT = MAX_SIZE << 1;
4444

4545
private static Microservices gateway;

0 commit comments

Comments
 (0)