forked from aniani/vim
patch 9.0.1118: sporadic test failures when using a terminal window
Problem: Sporadic test failures when using a terminal window. Solution: Adjust waiting times. (James McCoy, closes #11763)
This commit is contained in:
committed by
Bram Moolenaar
parent
7b8db111e8
commit
dbe6ef1036
@@ -375,7 +375,7 @@ func Test_searchpair_timeout_with_skip()
|
||||
else
|
||||
let ms = 1
|
||||
let min_time = 0.001
|
||||
let max_time = min_time * 10.0
|
||||
let max_time = min_time * 15.0
|
||||
if RunningWithValgrind()
|
||||
let max_time += 0.04 " this can be slow with valgrind
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user