зеркало из https://github.com/github/ruby.git
600x larger timeout for Reline
I didn't notice it's msec. 2.5s is too short. http://ci.rvm.jp/results/trunk-mjit-wait@phosphorus-docker/3311385
This commit is contained in:
Родитель
954d6c7432
Коммит
d9fdca81ac
|
@ -8,7 +8,7 @@ class Reline::WithinPipeTest < Reline::TestCase
|
|||
@reader, @output_writer = IO.pipe((RELINE_TEST_ENCODING rescue Encoding.default_external))
|
||||
@output = Reline.output = @output_writer
|
||||
@config = Reline.send(:core).config
|
||||
@config.keyseq_timeout *= 5 if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? # for --jit-wait CI
|
||||
@config.keyseq_timeout *= 600 if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? # for --jit-wait CI
|
||||
@line_editor = Reline.send(:core).line_editor
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче