Skip to content

Commit

Permalink
Merge pull request #138 from Autre31415/loopMs
Browse files Browse the repository at this point in the history
please stop messing with me perf tests
  • Loading branch information
kethinov authored May 4, 2017
2 parents 9d887e4 + 6e2448a commit 7588ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/looping.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ var loopMs;
if (typeof process === 'object') {
loopMs = 50;
if (process.env.NODE_ENV === 'cover') {
loopMs = 500;
loopMs = 600;
}
}
else {
loopMs = 500;
loopMs = 600;
}

describe('Looping', function() {
Expand Down

0 comments on commit 7588ca7

Please sign in to comment.