Skip to content

Commit

Permalink
Faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 18, 2019
1 parent 61b4f4f commit 510423e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/limits.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ COMBINATIONS_ARRAY.forEach(({ length, size }) => {
if (isCi) {
const COMBINATIONS_ITERATE = [
{ length: 100, size: 1 },
// We should do 32x2, unfortunately that takes half an hour
{ length: 25, size: 2 },
// We should do 32x2, unfortunately that takes more than an hour
{ length: 21, size: 2 },
]
COMBINATIONS_ITERATE.forEach(({ length, size }) => {
test(`iterate | should not throw on high number of combinations | ${length}x${size}`, t => {
Expand Down

0 comments on commit 510423e

Please sign in to comment.