From 7c809c4bc70848518d4367b86a0cbea5eecdaeb8 Mon Sep 17 00:00:00 2001 From: Jonathan de Boyne Pollard Date: Thu, 15 Jun 2017 18:30:17 +0100 Subject: [PATCH] test: Reduce wait timeout on mouse tests. --- test/functional/ui/mouse_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index 35af34015d..7dc574b062 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -119,7 +119,7 @@ describe('ui/mouse/input', function() sel = { bold=true }, fill = { reverse=true } }) - screen.timeout = 15000 + screen.timeout = 6000 end) it('in tabline on filler space moves tab to the end', function()