Skip to content

Commit c629bf6

Browse files
committed
Bump default kill timeout to 30s
1 parent 17e3ce5 commit c629bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ function kill(manager::SSHManager, pid::Int, config::WorkerConfig)
758758
nothing
759759
end
760760

761-
function kill(manager::LocalManager, pid::Int, config::WorkerConfig; exit_timeout = 15, term_timeout = 15)
761+
function kill(manager::LocalManager, pid::Int, config::WorkerConfig; exit_timeout = 30, term_timeout = 30)
762762
# First, try sending `exit()` to the remote over the usual control channels
763763
remote_do(exit, pid)
764764

0 commit comments

Comments
 (0)