Skip to content

Commit c2a58d5

Browse files
committed
Workaround fix: Relax timer in tests
1 parent 5b5a28c commit c2a58d5

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
@@ -57,7 +57,7 @@ func Test_with_partial_callback()
5757
let slept = WaitFor('g:val == 1')
5858
call assert_equal(1, g:val)
5959
if has('reltime')
60-
call assert_inrange(50, 130, slept)
60+
call assert_inrange(50, 200, slept)
6161
else
6262
call assert_inrange(20, 100, slept)
6363
endif

0 commit comments

Comments
 (0)