Take only 1 job at a time to avoid clashing NixOS tests

This commit is contained in:
Nicolas Jeannerod 2025-06-17 17:19:17 +02:00 committed by Kiara Grouwstra
parent af66aef50d
commit f5ff9096e3
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -15,7 +15,7 @@
log.level = "info";
runner = {
file = ".runner";
capacity = 24;
capacity = 1;
timeout = "3h";
insecure = false;
fetch_timeout = "5s";