We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec45ae commit eb76591Copy full SHA for eb76591
1 file changed
tool/test-bundled-gems.rb
@@ -82,6 +82,7 @@
82
timeouts = {nil => first_timeout, INT: 30, TERM: 10, KILL: nil}
83
if /mingw|mswin/ =~ RUBY_PLATFORM
84
timeouts.delete(:TERM) # Inner process signal on Windows
85
+ timeouts.delete(:INT) # root process will be terminated too
86
group = :new_pgroup
87
pg = ""
88
else
0 commit comments