Commit e1380bf66b5223c4067369f3d0cfbfeab8cc92ba

Authored by Josafá Filho
1 parent 719092a0
Exists in master and in 1 other branch issue488

Aumenta o tempo de execução do composer

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Vagrantfile
... ... @@ -11,6 +11,7 @@ apt-get update
11 11 apt-get install -y subversion
12 12 composer self-update
13 13  
  14 +export COMPOSER_PROCESS_TIMEOUT=2000
14 15 cd /vagrant
15 16 composer update
16 17 npm install
... ...