Skip to content

Commit

Permalink
Show log when timed out
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 5, 2021
1 parent 042d4c8 commit 1cb5a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/readline/test_readline.rb
Expand Up @@ -539,7 +539,7 @@ def test_interrupt_in_other_thread
end
end
rescue Timeout::Error
assert true, "Timed out to handle SIGINT."
assert true, "Timed out to handle SIGINT.\nLog: #{log}\n----"
asserted = true
end
[log, Process.wait2(pid)[1]]
Expand Down

0 comments on commit 1cb5a66

Please sign in to comment.