From eaaba77151548423adf1badde0f83177b2355d44 Mon Sep 17 00:00:00 2001 From: Jordan Wilberding Date: Sun, 6 Apr 2014 10:30:26 +0200 Subject: Change default timeout from 60 seconds to 300 seconds to help with longer upgrades. This closes #131. --- priv/templates/install_upgrade_escript.dtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/install_upgrade_escript.dtl') 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 -- cgit v1.2.3