comparison 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
comparison
equal deleted inserted replaced
19638:4680390d4e2a 19639:4cce471fa537
2451 call popup_close(win_getid()) 2451 call popup_close(win_getid())
2452 endfu 2452 endfu
2453 call OpenTerms() 2453 call OpenTerms()
2454 2454
2455 call term_sendkeys(g:buf0, "exit\<CR>") 2455 call term_sendkeys(g:buf0, "exit\<CR>")
2456 sleep 50m 2456 sleep 100m
2457 exe g:buf0 .. 'bwipe' 2457 exe g:buf0 .. 'bwipe'
2458 set hidden& 2458 set hidden&
2459 endfunc 2459 endfunc
2460 2460