1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Increase wait time

This commit is contained in:
aycabta 2021-12-25 00:20:29 +09:00
parent a88169bbe9
commit 20dae14ba9

View file

@ -537,8 +537,9 @@ module BasetestReadline
break if log.include?('input> ')
end
log << "** SIGINT **"
sleep 0.5
Process.kill(:INT, pid)
sleep 0.1
sleep 0.5
loop do
c = _out.read(1)
log << c if c