Skip to content

Commit

Permalink
Merge pull request #564 from macvim-dev/fix/test
Browse files Browse the repository at this point in the history
Add workaround for test_paused
  • Loading branch information
splhack authored Oct 19, 2017
2 parents dbb801f + 6c35158 commit 9373f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_timers.vim
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func Test_paused()
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
call assert_inrange(0, 30, slept)
call assert_inrange(0, 40, slept)
else
call assert_inrange(0, 10, slept)
endif
Expand Down

0 comments on commit 9373f08

Please sign in to comment.