From 8bceae7e5888f9b97bc16239a653135094fc985b Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 13 May 2016 18:14:14 +0200 Subject: Rebase: p/fuel-astute: Reduce patch context. Change-Id: Ic11f7c4caa801df32d12461b39e10df8f07460a7 --- .../0001-Increase-maximum-shell-command-timeout-to-2h.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'patches/fuel-astute') 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 -- cgit 1.2.3-korg