]> granicus.if.org Git - vim/commitdiff
patch 9.0.1006: suspend test still sometimes fails on MacOS v9.0.1006
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Dec 2022 23:30:19 +0000 (23:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Dec 2022 23:30:19 +0000 (23:30 +0000)
Problem:    Suspend test still sometimes fails on MacOS.
Solution:   Wait a little while for terminal responses.

src/testdir/test_suspend.vim
src/version.c

index ebefdd00d01bc7757bf0d2a6716d83e20d4d8209..c96a1a6a8f446489ac7cd5efb37fb6e3de56ec19 100644 (file)
@@ -23,6 +23,10 @@ func Test_suspend()
   CheckExecutable /bin/sh
 
   call WaitForResponses()
+  if has('mac')
+    " Mac OS machines tend to be slow, wait a bit longer
+    sleep 150m
+  endif
 
   " in case a previous failure left a swap file behind
   call delete('.Xfoo.swp')
@@ -73,6 +77,10 @@ func Test_suspend_autocmd()
   CheckExecutable /bin/sh
 
   call WaitForResponses()
+  if has('mac')
+    " Mac OS machines tend to be slow, wait a bit longer
+    sleep 150m
+  endif
 
   " in case a previous failure left a swap file behind
   call delete('.Xfoo.swp')
index 33a7bf8e824fcc7a9498ac12733eb4645f820f5b..9f400f232230113c449602c229de3cbee0e574a8 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1006,
 /**/
     1005,
 /**/