mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
patch 8.2.2749: Vim9: test for error can be a bit flaky
Problem: Vim9: test for error can be a bit flaky. Solution: Increase the wait time a bit.
This commit is contained in:
@@ -3681,7 +3681,7 @@ def Test_no_unknown_error_after_error()
|
||||
sleep 10m
|
||||
endwhile
|
||||
# wait for Exit_cb() to be called
|
||||
sleep 100m
|
||||
sleep 200m
|
||||
END
|
||||
writefile(lines, 'Xdef')
|
||||
assert_fails('so Xdef', ['E684:', 'E1012:'])
|
||||
|
Reference in New Issue
Block a user