Properly configure timeouts
This commit is contained in:
@@ -25,7 +25,7 @@ module Pipeline::Util
|
||||
|
||||
def cmd
|
||||
if @timeout
|
||||
"timeout --foreground -s 9 #{@timeout} #{cmd_string}"
|
||||
"timeout --foreground -s 9 #{@timeout} -k #{@timeout} #{cmd_string}"
|
||||
else
|
||||
cmd_string
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user