mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: Reduce wait timeout on mouse tests.
This commit is contained in:
parent
18e7cd9e97
commit
7c809c4bc7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user