From f1d1215c7c60195ed0efc20dfcc11e0ca3b14397 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 7 Apr 2026 16:21:56 +0200 Subject: [PATCH] test(integration): increase timeout to 90min --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5cfd6ee..b5b2fcb9 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ TAGS= .PHONY: test-integration 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-version=$(GOTENBERG_VERSION) \ --gotenberg-container-platform=$(PLATFORM) \