From 05da7e2d934f911c9954db5b9a03f4e2d4914f5c Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Aug 2025 18:14:26 +0200 Subject: [PATCH] reduce download attempts in test --- deployment/check/common/deployerNode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/check/common/deployerNode.nix b/deployment/check/common/deployerNode.nix index d63591c3..dbe3eb6d 100644 --- a/deployment/check/common/deployerNode.nix +++ b/deployment/check/common/deployerNode.nix @@ -49,6 +49,7 @@ in substituters = mkForce [ ]; hashed-mirrors = null; connect-timeout = 1; + download-attempts = 1; extra-experimental-features = "flakes"; };