Skip to content

Commit 9373f08

Browse files
authored
Merge pull request #564 from macvim-dev/fix/test
Add workaround for test_paused
2 parents dbb801f + 6c35158 commit 9373f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testdir/test_timers.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func Test_paused()
122122
let slept = WaitFor('g:val == 1')
123123
call assert_equal(1, g:val)
124124
if has('reltime')
125-
call assert_inrange(0, 30, slept)
125+
call assert_inrange(0, 40, slept)
126126
else
127127
call assert_inrange(0, 10, slept)
128128
endif

0 commit comments

Comments
 (0)