Skip to content

Commit

Permalink
Better API for Lines utility. Also number of tested structures
Browse files Browse the repository at this point in the history
was corrected to reasonable number 10.
  • Loading branch information
altaite committed Mar 27, 2017
1 parent 4f69622 commit 2d388ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public class MessagePackTest {

private final int n = 10000; // how many structures should be tested
private final int n = 10; // how many structures should be tested
private final List<String> testCodes;

public MessagePackTest() throws IOException {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<argLine>-Xmx6000M</argLine>
<argLine>-Xmx1800M</argLine>
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
</configuration>
Expand Down

0 comments on commit 2d388ef

Please sign in to comment.