Skip to content

Commit

Permalink
Up test magnitude to 10k.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakrit Wichian committed Aug 23, 2013
1 parent 16b644b commit 1227d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -2,7 +2,7 @@
// test.js - Test index.js
(function() {

var MAGNITUDE = 5000;
var MAGNITUDE = 10000;

var tap = require('tap')
, sinon = require('sinon');
Expand Down

0 comments on commit 1227d90

Please sign in to comment.