Increase docker compose timeout

[MAILPOET-997]
This commit is contained in:
Pavel Dohnal
2017-07-31 10:30:59 +02:00
parent 5d7b54ab22
commit 0efcfad3d1

View File

@ -212,7 +212,7 @@ class RoboFile extends \Robo\Tasks {
}
function testAcceptance() {
return $this->_exec('docker-compose run codeception --steps --debug -vvv');
return $this->_exec('COMPOSE_HTTP_TIMEOUT=200 docker-compose run codeception --steps --debug -vvv');
}
function testFailed() {