lol

nixos/tests/libreswan: attempt to fix flakiness

rnhmjoj 6a6349cc 8f84ab48

+2
+2
nixos/tests/libreswan.nix
··· 107 107 108 108 with subtest("Network is up"): 109 109 alice.wait_until_succeeds("ping -c1 bob") 110 + alice.succeed("systemctl restart ipsec") 111 + bob.succeed("systemctl restart ipsec") 110 112 111 113 with subtest("Eve can eavesdrop cleartext traffic"): 112 114 eavesdrop()