Navigation Menu

Skip to content

Commit

Permalink
Let it be slow
Browse files Browse the repository at this point in the history
  • Loading branch information
1602 committed Jul 10, 2016
1 parent e05dde0 commit 9ee0566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/manipulation.test.js
Expand Up @@ -306,7 +306,7 @@ describe('manipulation', function() {
setTimeout(next, 20);
}, function(err) {
num.should.equal(21);
should.ok(Date.now() - time < 100, 'should work in less than 100ms');
should.ok(Date.now() - time < 300, 'should work in less than 300ms');
done();
});
});
Expand Down

0 comments on commit 9ee0566

Please sign in to comment.