Skip to content

Commit

Permalink
Increase delay to help test reliability.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Oct 24, 2015
1 parent cfc1f78 commit 66b31b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/mouse.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ var test = require('tape');
var robot = require('..');
var lastKnownPos, currentPos;

//Increase delay to help test reliability.
robot.setMouseDelay(100);

test('Get the initial mouse position.', function(t)
{
t.plan(3);
Expand Down

0 comments on commit 66b31b6

Please sign in to comment.