Make StreamTest finish sooner to make CI happy

This commit is contained in:
Trustin Lee 2013-03-11 09:46:36 +09:00
parent 5bcde10557
commit 8f5eaaa740

View File

@ -51,7 +51,7 @@ public class StreamTest {
@Test(timeout = 10000)
public void testSimpleWithDifferentExecutors() throws Exception {
final long size = 1048576L * 1024L * 32L; // Transfer 32 GiB of garbage
final long size = 1048576L * 1024L * 16L; // Transfer 16 GiB of garbage
testSimple0(executorA, executorB, size);
}