diff --git a/Makefile b/Makefile index 4642f08..2ec98f1 100644 --- a/Makefile +++ b/Makefile @@ -373,7 +373,7 @@ test-startup: ## Test if all containers start up docker-compose -f $(DOCKERCOMPOSE_FILE) ps docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml run test || \ (docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml ps; \ - docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml logs -t --tail=20; \ + docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml logs -t --tail=50; \ docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml stop; \ docker ps --filter name=kopano_test* -aq | xargs docker rm -f; \ exit 1)