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 ba603ce0d7
commit deb8bdee3a
1 changed files with 1 additions and 1 deletions

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 {