aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_profile.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_profile.vim')
-rw-r--r--test/old/testdir/test_profile.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_profile.vim b/test/old/testdir/test_profile.vim
index 9165f7bace..d72060a20e 100644
--- a/test/old/testdir/test_profile.vim
+++ b/test/old/testdir/test_profile.vim
@@ -584,7 +584,7 @@ func Test_profile_typed_func()
\ .. "endfunc\<CR>")
call term_sendkeys(buf, ":profile func DoSomething\<CR>")
call term_sendkeys(buf, ":call DoSomething()\<CR>")
- call term_wait(buf, 200)
+ call TermWait(buf, 100)
call StopVimInTerminal(buf)
let lines = readfile('XprofileTypedFunc')
call assert_equal("FUNCTION DoSomething()", lines[0])