lib/salesforcedeploytool/functions.rb in salesforce-deploy-tool-3.2.0 vs lib/salesforcedeploytool/functions.rb in salesforce-deploy-tool-3.3.1

- old
+ new

@@ -19,10 +19,10 @@ def myexec cmd, opts = {} opts[:stderr] = false if opts[:stderr].nil? opts[:stdout] = false if opts[:stdout].nil? opts[:exit_on_error] = true if opts[:exit_on_error].nil? - opts[:timeout] = 600 if opts[:timeout].nil? + opts[:timeout] = 7200 if opts[:timeout].nil? opts[:spinner] = true if opts[:spinner].nil? opts[:message] = false if opts[:message].nil? opts[:okmsg] = false if opts[:okmsg].nil? opts[:failmsg] = false if opts[:failmsg].nil? logger = opts[:logger].nil? ? false : opts[:logger]