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 ];