Skip to content

Commit

Permalink
Merge pull request #157 from jwilberding/timeout
Browse files Browse the repository at this point in the history
Timeout
  • Loading branch information
tsloughter committed May 4, 2014
2 parents a52e556 + eaaba77 commit 5a5ca5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion priv/templates/install_upgrade_escript.dtl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/rlx_prv_assembler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ ensure_not_exist(RelConfPath) ->

erl_script(ErtsVsn) ->
render(erl_script_dtl, [{erts_vsn, ErtsVsn}]).

bin_file_contents(OsFamily, RelName, RelVsn, ErtsVsn, ErlOpts) ->
Template = case OsFamily of
unix -> bin_dtl;
Expand Down

0 comments on commit 5a5ca5b

Please sign in to comment.