mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
test: increase timeout in 'autocompletedelay' test (#35467)
Change timeout from 200ms to 400ms, which is still 100ms lower than the 'autocompletedelay' value.
This commit is contained in:
@@ -1424,7 +1424,7 @@ describe('completion', function()
|
||||
{1:~ }|*6
|
||||
|
|
||||
]])
|
||||
screen.timeout = 200
|
||||
screen.timeout = 400
|
||||
|
||||
feed('Gof')
|
||||
screen:expect([[
|
||||
|
Reference in New Issue
Block a user