From f112cb748f9338ac961cb4c33da3d8982d9aa247 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Sat, 22 Mar 2025 18:02:00 +0100 Subject: [PATCH] ci(tests): add go test timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 948141fd..ae6747e9 100644 --- a/Makefile +++ b/Makefile @@ -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) \