* A bit different testcase that also doesn't interrupt on Windows: ``` require 'timeout' Timeout.timeout(1) do STDIN.read end ``` This could be https://github.com/jruby/jruby/issues/2024 though.