Skip to content

Commit

Permalink
Make StreamTest finish sooner to make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Mar 11, 2013
1 parent 5bcde10 commit 8f5eaaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void testSimpleWithSameExecutor() throws Exception {

@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);
}

Expand Down

0 comments on commit 8f5eaaa

Please sign in to comment.