diff src/testdir/test_terminal.vim @ 19639:4cce471fa537 v8.2.0376

patch 8.2.0376: nasty callback test fails on some systems Commit: https://github.com/vim/vim/commit/fa5d8a191d0f2deacffebf62dced5c2198cc0880 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 13 14:55:23 2020 +0100 patch 8.2.0376: nasty callback test fails on some systems Problem: Nasty callback test fails on some systems. Solution: Increase the sleep time.
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Mar 2020 15:00:03 +0100
parents dd3e5533a7d2
children c8cb1a41f64c
line wrap: on
line diff
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -2453,7 +2453,7 @@ func Test_term_nasty_callback()
   call OpenTerms()
 
   call term_sendkeys(g:buf0, "exit\<CR>")
-  sleep 50m
+  sleep 100m
   exe g:buf0 .. 'bwipe'
   set hidden&
 endfunc