Skip to content

Commit

Permalink
please stop messing with me
Browse files Browse the repository at this point in the history
  • Loading branch information
Autre31415 committed May 4, 2017
1 parent 9d887e4 commit 6e2448a
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 6e2448a

Please sign in to comment.