Skip to content

Commit

Permalink
Merge pull request #290 from BiggerNoise/bugfix/fix-really-really-rid…
Browse files Browse the repository at this point in the history
…iculously-long-md5-equivalence-test

Speed up test for MD5 implementation equivalence
  • Loading branch information
BiggerNoise authored Oct 27, 2017
2 parents 319013a + ba5d259 commit 956ead9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void should_be_able_to_pass_text_and_get_back_a_base_64_hash_of_the_text(
[TestFixture]
public class when_using_an_unofficial_md5_implementation
{
const int passes = 1000000;
const int passes = 2000;
const int max_len = 10240;

private int seed = Environment.TickCount;
Expand Down

0 comments on commit 956ead9

Please sign in to comment.