From 0b3cc559f6768b33f6178eec9d1f28f7284875e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20B=C3=BCchse?= Date: Sun, 14 Jun 2026 23:02:39 +0200 Subject: [PATCH] Increase number of workers in preset 'iaas' from 4 to 16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These workers don't use a lot of resources except wall time Signed-off-by: Matthias Büchse --- Tests/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/config.toml b/Tests/config.toml index 5ffe6b0ea..fe5f208cb 100644 --- a/Tests/config.toml +++ b/Tests/config.toml @@ -32,7 +32,7 @@ subjects = [ "syseleven-ham1", "wavestack", ] -workers = 4 +workers = 16 [presets.kaas]