Skip to content

Commit 516363e

Browse files
authored
test: increase timeout in 'autocompletedelay' test (neovim#35467)
Change timeout from 200ms to 400ms, which is still 100ms lower than the 'autocompletedelay' value.
1 parent 5f3d00a commit 516363e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/editor/completion_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ describe('completion', function()
14241424
{1:~ }|*6
14251425
|
14261426
]])
1427-
screen.timeout = 200
1427+
screen.timeout = 400
14281428

14291429
feed('Gof')
14301430
screen:expect([[

0 commit comments

Comments
 (0)