diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-13 18:14:14 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-16 13:59:20 +0200 |
commit | 8bceae7e5888f9b97bc16239a653135094fc985b (patch) | |
tree | 74ae6cf86987475840d91d8b3a380b4b10a6aac0 /patches | |
parent | fe0bb0e56b980a92eebf9604469779d6fd4c4298 (diff) |
Rebase: p/fuel-astute: Reduce patch context.
Change-Id: Ic11f7c4caa801df32d12461b39e10df8f07460a7
Diffstat (limited to 'patches')
-rw-r--r-- | patches/fuel-astute/0001-Increase-maximum-shell-command-timeout-to-2h.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/patches/fuel-astute/0001-Increase-maximum-shell-command-timeout-to-2h.patch b/patches/fuel-astute/0001-Increase-maximum-shell-command-timeout-to-2h.patch index d7048954..abcb9283 100644 --- a/patches/fuel-astute/0001-Increase-maximum-shell-command-timeout-to-2h.patch +++ b/patches/fuel-astute/0001-Increase-maximum-shell-command-timeout-to-2h.patch @@ -22,9 +22,7 @@ diff --git a/mcagents/execute_shell_command.ddl b/mcagents/execute_shell_command index 0480be7..ad58046 100644 --- a/mcagents/execute_shell_command.ddl +++ b/mcagents/execute_shell_command.ddl -@@ -4,7 +4,7 @@ metadata :name => "Execute shell command", - :license => "Apache License 2.0", - :version => "8.0.0", +@@ -4,5 +4,5 @@ metadata :name => "Execute shell command", :url => "http://mirantis.com", - :timeout => 3600 + :timeout => 7200 |