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> ')
|
break if log.include?('input> ')
|
||||||
end
|
end
|
||||||
log << "** SIGINT **"
|
log << "** SIGINT **"
|
||||||
|
sleep 0.5
|
||||||
Process.kill(:INT, pid)
|
Process.kill(:INT, pid)
|
||||||
sleep 0.1
|
sleep 0.5
|
||||||
loop do
|
loop do
|
||||||
c = _out.read(1)
|
c = _out.read(1)
|
||||||
log << c if c
|
log << c if c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue