Skip to content

Commit 66b31b6

Browse files
committed
Increase delay to help test reliability.
1 parent cfc1f78 commit 66b31b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/mouse.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ var test = require('tape');
22
var robot = require('..');
33
var lastKnownPos, currentPos;
44

5+
//Increase delay to help test reliability.
6+
robot.setMouseDelay(100);
7+
58
test('Get the initial mouse position.', function(t)
69
{
710
t.plan(3);

0 commit comments

Comments
 (0)