Decreased the test loop count

This commit is contained in:
Trustin Lee 2008-08-28 12:15:38 +00:00
parent ea784b00b5
commit e03ce3e661

View File

@ -62,7 +62,7 @@ import org.junit.Test;
public abstract class AbstractSocketObjectStreamEchoTest {
static final Random random = new Random();
static final String[] data = new String[32768];
static final String[] data = new String[1024];
private static ExecutorService executor;