mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
test(old): sleep for 1 second on non-Windows in test_stat.vim (#28195)
Now that Nvim always supports nanotime, sleeping for some milliseconds is actually enough, but for test_stat.vim keeping some longer sleeps may increase test coverage, so just match the upstream test.
This commit is contained in:
parent
a4e4e493df
commit
08ae0c840b
@ -55,7 +55,7 @@ func SleepForTimestamp()
|
||||
if has('win32')
|
||||
sleep 2
|
||||
else
|
||||
sleep 2
|
||||
sleep 1
|
||||
endif
|
||||
endfunc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user