Random test value/file length resulted in occasionally failures

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2018-05-07 20:50:32 +00:00
parent 5961b640a5
commit 02178bac2b

View File

@ -44,7 +44,7 @@ import org.junit.Test;
public final class TestIOUtils {
static File TMP;
static final long LENGTH = new Random().nextInt(10000);
static final long LENGTH = 300+new Random().nextInt(9000);
@BeforeClass
public static void setUp() throws IOException {