Skip to content

Commit

Permalink
Updated timeout so that test doesn't become a source of unreliability.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchambers committed Nov 17, 2014
1 parent 0c306ca commit 5307875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/project-euler/problem10.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ describe('Project Euler Problem #10', function() {
});

it('displays the sum of all primes below 2000000', function() {
this.timeout(10000);
this.timeout(15000);
primes().limit(lessThan(2000000)).sum().should.equal(142913828922);
});
});

0 comments on commit 5307875

Please sign in to comment.