Skip to content

Commit

Permalink
That was too fast for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Jan 15, 2015
1 parent 46b59f3 commit ee0bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Expand Up @@ -42,7 +42,7 @@ function runTests (options) {
if (!options) options = {};

var delayTime = options.usePolling ? 300 : options.useFsEvents ? 200 : 250;
var ddmult = options.usePolling ? 2 : 1;
var ddmult = options.usePolling ? 3 : 1.5;
function delay (fn) { return setTimeout(fn, delayTime); }
function ddelay (fn) { return setTimeout(fn, delayTime * ddmult); }

Expand Down

0 comments on commit ee0bf5f

Please sign in to comment.