diff --git a/services/web/Makefile b/services/web/Makefile index d6e3f1890f..5cb19449a4 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -209,7 +209,7 @@ clean_css: clean_ci: $(DOCKER_COMPOSE) down -v -t 0 - docker image prune -af --filter "until=72h" + docker image prune -af --filter "until=48h" docker network prune -f test: test_unit test_frontend test_acceptance diff --git a/services/web/package.json b/services/web/package.json index ae44b7d061..fe6ef7dcf0 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -10,7 +10,7 @@ "public": "./public" }, "scripts": { - "test:acceptance:run_dir": "mocha --recursive --reporter spec --timeout 15000 --exit --grep=$MOCHA_GREP $@", + "test:acceptance:run_dir": "mocha --recursive --reporter spec --timeout 25000 --exit --grep=$MOCHA_GREP $@", "test:unit": "npm -q run compile:app && bin/unit_test --grep=$MOCHA_GREP $@", "test:unit:ci": "bin/unit_test --timeout 10000", "test:unit:app": "npm -q run compile:app && bin/unit_test_app $@",