Skip to content

Commit

Permalink
Increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Feb 24, 2018
1 parent c29d20d commit 4c053ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/mouse.js
Expand Up @@ -6,7 +6,7 @@ var elements;

robot.setMouseDelay(100);

test('Test clicking.', { timeout: 2000 }, function(t)
test('Test clicking.', { timeout: 10000 }, function(t)
{
t.plan(2);

Expand Down Expand Up @@ -38,7 +38,7 @@ test('Test clicking.', { timeout: 2000 }, function(t)
});
});

test('Test typing.', { timeout: 5000 }, function(t)
test('Test typing.', { timeout: 10000 }, function(t)
{
t.plan(2);

Expand Down Expand Up @@ -66,7 +66,7 @@ test('Test typing.', { timeout: 5000 }, function(t)
});
});

test('Test scrolling.', { timeout: 5000 }, function(t)
test('Test scrolling.', { timeout: 10000 }, function(t)
{
t.plan(2);

Expand Down

0 comments on commit 4c053ea

Please sign in to comment.