mirror of https://github.com/apache/poi.git
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:
parent
ba603ce0d7
commit
deb8bdee3a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue