Skip to content

Commit

Permalink
Composer: add default process timeout of 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-obuchowicz committed Nov 26, 2018
1 parent a5c7318 commit e149c38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion saltstack/dev/development/files/home/vagrant/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ fi
# Spryker default environment
export APPLICATION_ENV=development

# Composer settings
export COMPOSER_PROCESS_TIMEOUT=3600

# Spryker aliases
set-vm-name() {
echo "prompt_hostname=\"$1\"" > $HOME/.zsh_prompt
echo "OK, changes will be visible after next login"
}

# Workaround for problem with number of open files, needed by ide-autogeneration
ulimit -n 65535
ulimit -n 65535

0 comments on commit e149c38

Please sign in to comment.