From bacc1e23e02f5cec3477cf30d4650031033acc10 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 11 Jul 2012 10:27:59 +0000 Subject: [PATCH] BIS-21 SP-177 : The structure needs to be larger on the hudson server SVN: 26076 --- .../cisd/common/filesystem/TestBigStructureCreator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/sourceTest/java/ch/systemsx/cisd/common/filesystem/TestBigStructureCreator.java b/common/sourceTest/java/ch/systemsx/cisd/common/filesystem/TestBigStructureCreator.java index 0b54b70de66..179cc57ef4a 100644 --- a/common/sourceTest/java/ch/systemsx/cisd/common/filesystem/TestBigStructureCreator.java +++ b/common/sourceTest/java/ch/systemsx/cisd/common/filesystem/TestBigStructureCreator.java @@ -48,8 +48,8 @@ public class TestBigStructureCreator public TestBigStructureCreator(File root) { this(root, new int[] - { 100, 2 }, new int[] - { 0, 0, 10 }); + { 100, 10 }, new int[] + { 1, 10, 10 }); } public TestBigStructureCreator(File root, int[] numberOfFoldersPerLevel, -- GitLab