Skip to content

Commit

Permalink
Add workaround for test_paused
Browse files Browse the repository at this point in the history
  • Loading branch information
splhack committed Oct 19, 2017
1 parent dbb801f commit 6c35158
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 6c35158

Please sign in to comment.