Skip to content

Commit

Permalink
Increase wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Dec 24, 2021
1 parent a88169b commit 20dae14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/readline/test_readline.rb
Expand Up @@ -537,8 +537,9 @@ def test_interrupt_in_other_thread
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
Expand Down

0 comments on commit 20dae14

Please sign in to comment.