diff src/testdir/test_search.vim @ 31571:c51111774ea8 v9.0.1118

patch 9.0.1118: sporadic test failures when using a terminal window Commit: https://github.com/vim/vim/commit/dbe6ef1036fd50fc837b76d4e1d862a9bbbcf09b Author: James McCoy <jamessan@jamessan.com> Date: Sat Dec 31 11:44:57 2022 +0000 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 https://github.com/vim/vim/issues/11763)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Dec 2022 13:00:05 +0100
parents d80066065462
children ddbc560ecc41
line wrap: on
line diff
--- a/src/testdir/test_search.vim
+++ b/src/testdir/test_search.vim
@@ -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