From 82364fcb2ca9818f66de922f94d6a4d3cc640e86 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 17 Jul 2026 05:35:33 +0200 Subject: [PATCH] Longer test timeout --- nix/tests/test-bundle-starts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/tests/test-bundle-starts.nix b/nix/tests/test-bundle-starts.nix index c51d835ae..1ed616b60 100644 --- a/nix/tests/test-bundle-starts.nix +++ b/nix/tests/test-bundle-starts.nix @@ -28,7 +28,7 @@ in name = "test-bundle-starts" + lib.optionalString (withIpc != "unix") ("_ipc=" + withIpc); skipTypeCheck = true; skipLint = true; - globalTimeout = 300; # 120 + globalTimeout = 600; # 300; # 120 nodes.machine = { imports = [ self.nixosModules.default ];