mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests/terminal/tui: wait 1ms to avoid data race in FreeBSD
This commit is contained in:
parent
513d117947
commit
0393eec3ea
@ -605,6 +605,8 @@ describe('TUI', function()
|
||||
wait_for_mode('i')
|
||||
-- "bracketed paste"
|
||||
feed_data('\027[200~'..expected..'\027[201~')
|
||||
-- FIXME: Data race between the two feeds
|
||||
if uname() == 'freebsd' then screen:sleep(1) end
|
||||
feed_data(' end')
|
||||
expected = expected..' end'
|
||||
screen:expect([[
|
||||
|
Loading…
Reference in New Issue
Block a user