mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00: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:
@@ -55,7 +55,7 @@ func SleepForTimestamp()
|
|||||||
if has('win32')
|
if has('win32')
|
||||||
sleep 2
|
sleep 2
|
||||||
else
|
else
|
||||||
sleep 2
|
sleep 1
|
||||||
endif
|
endif
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user