Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Jun 2, 2019
1 parent b4a9734 commit 2dec93d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flake8==3.7.7
vim-vint==0.3.19
vim-vint==0.3.21
4 changes: 2 additions & 2 deletions tests/breakpoints.test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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' )

Expand Down

0 comments on commit 2dec93d

Please sign in to comment.