forked from aniani/vim
patch 8.2.2031: some tests fail when run under valgrind
Problem: Some tests fail when run under valgrind. Solution: Avoid timing problems.
This commit is contained in:
@@ -37,7 +37,7 @@ def TestCompilingError()
|
||||
for i in range(1, 9)
|
||||
text ..= term_getline(buf, i)
|
||||
endfor
|
||||
if text =~ 'Error detected'
|
||||
if text =~ 'Variable not found: nothing'
|
||||
break
|
||||
endif
|
||||
sleep 20m
|
||||
|
||||
Reference in New Issue
Block a user