Skip to content

Commit 5307875

Browse files
committed
Updated timeout so that test doesn't become a source of unreliability.
1 parent 0c306ca commit 5307875

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/project-euler/problem10.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ describe('Project Euler Problem #10', function() {
77
});
88

99
it('displays the sum of all primes below 2000000', function() {
10-
this.timeout(10000);
10+
this.timeout(15000);
1111
primes().limit(lessThan(2000000)).sum().should.equal(142913828922);
1212
});
1313
});
14-

0 commit comments

Comments
 (0)