ci(tests): add go test timeout

This commit is contained in:
Julien Neuhart
2025-03-22 18:02:00 +01:00
parent 67a65c66b6
commit f112cb748f

View File

@@ -164,7 +164,7 @@ NO_CONCURRENCY=false
.PHONY: test-integration
test-integration: ## Run integration tests
go test -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \
go test -timeout 20m -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \
--gotenberg-docker-repository=$(DOCKER_REPOSITORY) \
--gotenberg-version=$(GOTENBERG_VERSION) \
--gotenberg-container-platform=$(PLATFORM) \