Skip to content

Commit 4c053ea

Browse files
committed
Increase timeout.
1 parent c29d20d commit 4c053ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/mouse.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var elements;
66

77
robot.setMouseDelay(100);
88

9-
test('Test clicking.', { timeout: 2000 }, function(t)
9+
test('Test clicking.', { timeout: 10000 }, function(t)
1010
{
1111
t.plan(2);
1212

@@ -38,7 +38,7 @@ test('Test clicking.', { timeout: 2000 }, function(t)
3838
});
3939
});
4040

41-
test('Test typing.', { timeout: 5000 }, function(t)
41+
test('Test typing.', { timeout: 10000 }, function(t)
4242
{
4343
t.plan(2);
4444

@@ -66,7 +66,7 @@ test('Test typing.', { timeout: 5000 }, function(t)
6666
});
6767
});
6868

69-
test('Test scrolling.', { timeout: 5000 }, function(t)
69+
test('Test scrolling.', { timeout: 10000 }, function(t)
7070
{
7171
t.plan(2);
7272

0 commit comments

Comments
 (0)