From 89d40d269365560292fa3f1327ad5f638a68f772 Mon Sep 17 00:00:00 2001 From: Vijaya Chandran Mani Date: Tue, 8 Jan 2019 12:58:38 +0000 Subject: [PATCH] #71 - Update composer process timeout --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 90d8282..6e47b29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,11 +32,12 @@ before_install: - composer --version install: - - 'travis_wait 30 composer scenario "${SCENARIO}" "${DEPENDENCIES}"' + - 'composer scenario "${SCENARIO}" "${DEPENDENCIES}"' before_script: - git config --global user.email "travisci@example.com" - git config --global user.name "Travis CI Test" + - export COMPOSER_PROCESS_TIMEOUT=600 script: - composer test