We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5a28c commit c2a58d5Copy full SHA for c2a58d5
1 file changed
src/testdir/test_timers.vim
@@ -57,7 +57,7 @@ func Test_with_partial_callback()
57
let slept = WaitFor('g:val == 1')
58
call assert_equal(1, g:val)
59
if has('reltime')
60
- call assert_inrange(50, 130, slept)
+ call assert_inrange(50, 200, slept)
61
else
62
call assert_inrange(20, 100, slept)
63
endif
0 commit comments