From fa5d8a191d0f2deacffebf62dced5c2198cc0880 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 13 Mar 2020 14:55:23 +0100 Subject: patch 8.2.0376: nasty callback test fails on some systems Problem: Nasty callback test fails on some systems. Solution: Increase the sleep time. --- src/testdir/test_terminal.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test_terminal.vim') diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index 8d32cbc37..e452e4547 100644 --- 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\") - sleep 50m + sleep 100m exe g:buf0 .. 'bwipe' set hidden& endfunc -- cgit v1.2.1