diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-04-06 08:59:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 08:59:50 +0800 |
commit | 5581a90e20777a2493ca9835b11a67435287d64e (patch) | |
tree | 3a881ec6464e540ecae18e7092fa21438018b92b /test/functional/ui/input_spec.lua | |
parent | 08ae0c840b31b1ef9ed56c0f9d2f96585b474538 (diff) | |
download | rneovim-5581a90e20777a2493ca9835b11a67435287d64e.tar.gz rneovim-5581a90e20777a2493ca9835b11a67435287d64e.tar.bz2 rneovim-5581a90e20777a2493ca9835b11a67435287d64e.zip |
test: reduce sleep for file timestamp change (#28196)
Now that Nvim always supports nanotime, sleeping for some milliseconds
is enough.
Diffstat (limited to 'test/functional/ui/input_spec.lua')
-rw-r--r-- | test/functional/ui/input_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/input_spec.lua b/test/functional/ui/input_spec.lua index 348be7af6a..9c18127875 100644 --- a/test/functional/ui/input_spec.lua +++ b/test/functional/ui/input_spec.lua @@ -336,8 +336,8 @@ describe('input non-printable chars', function() "Xtest-overwrite" [noeol] 1L, 6B | ]]) - -- The timestamp is in second resolution, wait two seconds to be sure. - screen:sleep(2000) + -- Wait for some time so that the timestamp changes. + vim.uv.sleep(10) write_file('Xtest-overwrite', [[smurf]]) feed_command('w') screen:expect([[ |