mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
test: Reduce wait timeout on mouse tests.
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user