From 53e6a0ecf8cedafdd367c5d0da51b01816534b91 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 7 Apr 2026 21:11:52 +0200 Subject: [PATCH] Revert "test(integration): increase timeout to 90min" This reverts commit f1d1215c7c60195ed0efc20dfcc11e0ca3b14397. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 623d1a8f..cef5aeee 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,7 @@ TAGS= .PHONY: test-integration test-integration: ## Run integration tests (automatically retries failed scenarios up to 3 times) - go test -timeout 90m -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \ + go test -timeout 40m -tags=integration -v github.com/gotenberg/gotenberg/v8/test/integration -args \ --gotenberg-docker-repository=$(DOCKER_REPOSITORY) \ --gotenberg-version=$(GOTENBERG_VERSION) \ --gotenberg-container-platform=$(PLATFORM) \