From 08213982424e775f34dafadc3fe10969458b0c8a Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 16 Jun 2026 07:32:52 -0600 Subject: [PATCH] test: add buildsConcurrency setting to server configuration tests - Introduced a new `buildsConcurrency` property in the server configuration tests to ensure proper handling of concurrent builds in deployment scenarios. --- .../dokploy/__test__/traefik/server/update-server-config.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dokploy/__test__/traefik/server/update-server-config.test.ts b/apps/dokploy/__test__/traefik/server/update-server-config.test.ts index eda4dace5..ba09c2c80 100644 --- a/apps/dokploy/__test__/traefik/server/update-server-config.test.ts +++ b/apps/dokploy/__test__/traefik/server/update-server-config.test.ts @@ -25,6 +25,7 @@ const baseSettings: WebServerSettings = { letsEncryptEmail: null, sshPrivateKey: null, enableDockerCleanup: false, + buildsConcurrency: 1, logCleanupCron: null, metricsConfig: { containers: {