tests: make lnd & clightning tests run concurrently

This commit is contained in:
nixbitcoin
2020-08-04 14:07:12 +00:00
parent ac96fd59db
commit 46e15ee9cc
4 changed files with 27 additions and 25 deletions
+3 -1
View File
@@ -33,8 +33,10 @@ import ./make-test.nix rec {
services.nanopos.enable = true;
services.lnd.enable = true;
systemd.services.lnd.wantedBy = mkForce [];
services.lnd.listenPort = 9736;
services.lightning-loop.enable = true;
# needed because we must control when lightning-loop starts so it doesn't
# fail before we run commands in the nb-lightning-loop netns
systemd.services.lightning-loop.wantedBy = mkForce [];
services.electrs.enable = true;