Increase timeout

This commit is contained in:
Ben Jackson 2019-06-01 15:12:55 +01:00
commit 4f75f11554
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
flake8==3.7.7
vim-vint==0.3.19
vim-vint==0.3.21

View file

@ -162,9 +162,9 @@ function! Test_Use_Mappings_HUMAN()
let cur_tabnr = tabpagenr()
call assert_equal( 5, len( gettabinfo( cur_tabnr )[ 0 ].windows ) )
call WaitForAssert( {->
call WaitForAssert( {->
\ assert_equal( 'simple.cpp', bufname( '%' ), 'Current buffer' )
\ } )
\ }, 60000 )
call assert_equal( 15, line( '.' ), 'Current line' )
call assert_equal( 1, col( '.' ), 'Current column' )