aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/src/ssh_sup.erl')
-rw-r--r--lib/ssh/src/ssh_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_sup.erl b/lib/ssh/src/ssh_sup.erl
index 6be809b1bd..26574763e4 100644
--- a/lib/ssh/src/ssh_sup.erl
+++ b/lib/ssh/src/ssh_sup.erl
@@ -39,7 +39,7 @@ init(_) ->
ChildSpecs = [#{id => Module,
start => {Module, start_link, []},
restart => permanent,
- shutdown => brutal_kill,
+ shutdown => 4000, %brutal_kill,
type => supervisor,
modules => [Module]
}