mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 13:12:17 +01:00
test(integration): increase timeout to 90min
This commit is contained in:
2
Makefile
2
Makefile
@@ -166,7 +166,7 @@ TAGS=
|
|||||||
|
|
||||||
.PHONY: test-integration
|
.PHONY: test-integration
|
||||||
test-integration: ## Run integration tests (automatically retries failed scenarios up to 3 times)
|
test-integration: ## Run integration tests (automatically retries failed scenarios up to 3 times)
|
||||||
go test -timeout 40m -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \
|
go test -timeout 90m -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \
|
||||||
--gotenberg-docker-repository=$(DOCKER_REPOSITORY) \
|
--gotenberg-docker-repository=$(DOCKER_REPOSITORY) \
|
||||||
--gotenberg-version=$(GOTENBERG_VERSION) \
|
--gotenberg-version=$(GOTENBERG_VERSION) \
|
||||||
--gotenberg-container-platform=$(PLATFORM) \
|
--gotenberg-container-platform=$(PLATFORM) \
|
||||||
|
|||||||
Reference in New Issue
Block a user