Skip to content

Commit 4a1e913

Browse files
committed
[test] Reduce disk space needed for DbStore2Test
1 parent 9e523ce commit 4a1e913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exist-core/src/test/java/org/exist/xquery/functions/xmldb/DbStore2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class DbStore2Test {
8181
true, getConfig());
8282

8383
private static final int BUFFER_SIZE = 1024 * 1024 * 4; // 4MiB buffer
84-
private static final long FILE_SIZE = 3l * 1024l * 1024l * 1024l; //3GiB file.
84+
private static final long FILE_SIZE = 1024l * 1024l * 1024l; // 1GiB file.
8585
private static final String TEST_COLLECTION = "testAnyUri2";
8686

8787
private static Path largeFileLocation = null;

0 commit comments

Comments
 (0)