Skip to content

Commit 8985a96

Browse files
committed
[Java] Increase buffer capacity.
1 parent b13d103 commit 8985a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/test/java/uk/co/real_logic/sbe/ir/EncodedIrTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
class EncodedIrTest
3434
{
35-
private static final int CAPACITY = 1024 * 16;
35+
private static final int CAPACITY = 1024 * 32;
3636

3737
@Test
3838
void shouldEncodeIr() throws Exception

0 commit comments

Comments
 (0)