aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_clientserver.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-02 11:59:10 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-02 12:00:33 -0400
commit55c66d6c19ae46a0f6590be93a9692c2cb4f10e4 (patch)
treea2cc5ea0621e7da82b79d235a46076503efd5ee9 /src/nvim/testdir/test_clientserver.vim
parentcb339ca0fb27976daca1909557d2862be9629d0e (diff)
downloadrneovim-55c66d6c19ae46a0f6590be93a9692c2cb4f10e4.tar.gz
rneovim-55c66d6c19ae46a0f6590be93a9692c2cb4f10e4.tar.bz2
rneovim-55c66d6c19ae46a0f6590be93a9692c2cb4f10e4.zip
vim-patch:8.0.1697: various tests are still a bit flaky
Problem: Various tests are still a bit flaky. Solution: Increase the default wait time to five seconds. https://github.com/vim/vim/commit/769e9d21ac3e8dff43b9ef5e46cdc4523833b51e
Diffstat (limited to 'src/nvim/testdir/test_clientserver.vim')
-rw-r--r--src/nvim/testdir/test_clientserver.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_clientserver.vim b/src/nvim/testdir/test_clientserver.vim
index f03a6903c1..813cb338a5 100644
--- a/src/nvim/testdir/test_clientserver.vim
+++ b/src/nvim/testdir/test_clientserver.vim
@@ -32,7 +32,7 @@ func Test_client_server()
" Takes a short while for the server to be active.
" When using valgrind it takes much longer.
- call WaitFor('serverlist() =~ "' . name . '"', 5000)
+ call WaitFor('serverlist() =~ "' . name . '"')
call assert_match(name, serverlist())
call remote_foreground(name)