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
5961b640a5
commit
02178bac2b
@ -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
Block a user