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:
parent
a88169bbe9
commit
20dae14ba9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue