test: Reduce wait timeout on mouse tests.

This commit is contained in:
Jonathan de Boyne Pollard
2017-06-15 18:30:17 +01:00
parent 18e7cd9e97
commit 7c809c4bc7

View File

@@ -119,7 +119,7 @@ describe('ui/mouse/input', function()
sel = { bold=true }, sel = { bold=true },
fill = { reverse=true } fill = { reverse=true }
}) })
screen.timeout = 15000 screen.timeout = 6000
end) end)
it('in tabline on filler space moves tab to the end', function() it('in tabline on filler space moves tab to the end', function()