From 3c0f0d84a8813412156d8008de96da39287a2cc5 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 15 May 2023 22:36:26 +0800 Subject: nixosTests.mjolnir: unbreak --- nixos/tests/matrix/mjolnir.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/tests/matrix/mjolnir.nix b/nixos/tests/matrix/mjolnir.nix index c88113cb260..8a888b17a3d 100644 --- a/nixos/tests/matrix/mjolnir.nix +++ b/nixos/tests/matrix/mjolnir.nix @@ -32,7 +32,6 @@ import ../make-test-python.nix ( name = "mjolnir"; meta = with pkgs.lib; { maintainers = teams.matrix.members; - broken = true; # times out after spending many hours }; nodes = { @@ -99,6 +98,8 @@ import ../make-test-python.nix ( enable = true; username = "mjolnir"; passwordFile = pkgs.writeText "password.txt" "mjolnir-password"; + # otherwise mjolnir tries to connect to ::1, which is not listened by pantalaimon + options.listenAddress = "127.0.0.1"; }; managementRoom = "#moderators:homeserver"; }; -- cgit 1.4.1