Increase timeout
This commit is contained in:
parent
d458d06bc5
commit
4f75f11554
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
flake8==3.7.7
|
||||
vim-vint==0.3.19
|
||||
vim-vint==0.3.21
|
||||
|
|
|
|||
|
|
@ -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' )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue