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.
769e9d21ac
This commit is contained in:
Jan Edmund Lazo
2019-09-02 11:59:10 -04:00
parent cb339ca0fb
commit 55c66d6c19
3 changed files with 7 additions and 7 deletions

View File

@@ -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)