aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/install_upgrade_escript.dtl
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-04-06 10:30:26 +0200
committerJordan Wilberding <[email protected]>2014-05-04 17:52:26 +0200
commiteaaba77151548423adf1badde0f83177b2355d44 (patch)
treeb54daea46eee5ebd37230160856b12899dee92fe /priv/templates/install_upgrade_escript.dtl
parentd024f32201adce1fed88eaec4ecbf1efbaeabc99 (diff)
downloadrelx-eaaba77151548423adf1badde0f83177b2355d44.tar.gz
relx-eaaba77151548423adf1badde0f83177b2355d44.tar.bz2
relx-eaaba77151548423adf1badde0f83177b2355d44.zip
Change default timeout from 60 seconds to 300 seconds to help with longer upgrades. This closes #131.
Diffstat (limited to 'priv/templates/install_upgrade_escript.dtl')
-rw-r--r--priv/templates/install_upgrade_escript.dtl2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/install_upgrade_escript.dtl b/priv/templates/install_upgrade_escript.dtl
index 7c331aa..dce2e11 100644
--- a/priv/templates/install_upgrade_escript.dtl
+++ b/priv/templates/install_upgrade_escript.dtl
@@ -3,7 +3,7 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
--define(TIMEOUT, 60000).
+-define(TIMEOUT, 300000).
-define(INFO(Fmt,Args), io:format(Fmt,Args)).
%% Upgrades, to a new tar.gz release