We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e8fdc commit 034698aCopy full SHA for 034698a
tests/test_colors.lua
@@ -2150,7 +2150,7 @@ T[':Colorscheme']['accepts several arguments'] = function()
2150
sleep(default_show_duration - 2 * small_transition_time)
2151
expect.match(child.cmd_capture('hi Normal'), 'guifg=#5f87af')
2152
2153
- sleep(default_transition_duration + 2 * small_time)
+ sleep(default_transition_duration + 3 * small_time)
2154
local blue_normal_fg = '#ffd700'
2155
expect.match(child.cmd_capture('hi Normal'), 'guifg=' .. blue_normal_fg)
2156
end
0 commit comments