From 3113e034f6f2dbcee9beffd8a707fd08c96e54eb Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Sun, 22 Feb 2026 11:47:30 +0100 Subject: [PATCH] fix(tests): update unconverter and add concurrency in debug output --- build/Dockerfile | 2 +- test/integration/features/debug.feature | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index b9ca4613..5ce278da 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -215,7 +215,7 @@ RUN \ apt-get update -qq &&\ apt-get upgrade -yqq &&\ DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -t trixie-backports libreoffice &&\ - curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.1.1/unoconv -o /usr/bin/unoconverter &&\ + curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.2.0/unoconv -o /usr/bin/unoconverter &&\ chmod +x /usr/bin/unoconverter &&\ # unoconverter will look for the Python binary, which has to be at version 3. ln -s /usr/bin/python3 /usr/bin/python &&\ diff --git a/test/integration/features/debug.feature b/test/integration/features/debug.feature index b978fea3..14eeb077 100644 --- a/test/integration/features/debug.feature +++ b/test/integration/features/debug.feature @@ -84,9 +84,10 @@ Feature: /debug "chromium-host-resolver-rules": "", "chromium-ignore-certificate-errors": "false", "chromium-incognito": "false", + "chromium-max-concurrency": "6", "chromium-max-queue-size": "0", "chromium-proxy-server": "", - "chromium-restart-after": "10", + "chromium-restart-after": "100", "chromium-start-timeout": "20s", "gotenberg-build-debug-data": "true", "gotenberg-graceful-shutdown-duration": "30s",