Skip to content

Commit

Permalink
Merge branch 'master' of origin
Browse files Browse the repository at this point in the history
  • Loading branch information
J38 authored and Stanford NLP committed Nov 3, 2017
1 parent 7e1b28a commit bd06ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public void testSaveSize() throws IOException {

// Check size
assertTrue("" + compressedProto.length, compressedProto.length < 391000);
assertTrue("" + uncompressedProto.length, uncompressedProto.length < 2100000);
assertTrue("" + uncompressedProto.length, uncompressedProto.length < 2500000);
}

@Test
Expand Down

0 comments on commit bd06ccd

Please sign in to comment.