Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Workaround fix: Relax timer in tests
  • Loading branch information
splhack committed Aug 26, 2016
1 parent 5b5a28c commit c2a58d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_timers.vim
Expand Up @@ -57,7 +57,7 @@ func Test_with_partial_callback()
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
call assert_inrange(50, 130, slept)
call assert_inrange(50, 200, slept)
else
call assert_inrange(20, 100, slept)
endif
Expand Down

0 comments on commit c2a58d5

Please sign in to comment.