Decreased the test loop count
This commit is contained in:
parent
ea784b00b5
commit
e03ce3e661
@ -62,7 +62,7 @@ import org.junit.Test;
|
|||||||
public abstract class AbstractSocketObjectStreamEchoTest {
|
public abstract class AbstractSocketObjectStreamEchoTest {
|
||||||
|
|
||||||
static final Random random = new Random();
|
static final Random random = new Random();
|
||||||
static final String[] data = new String[32768];
|
static final String[] data = new String[1024];
|
||||||
|
|
||||||
private static ExecutorService executor;
|
private static ExecutorService executor;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user