Skip to content

Commit

Permalink
Increase edgeNode tests timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Oct 26, 2020
1 parent 09da04b commit 421d9c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nix/nixos/tests/cardano-node-edge.nix
Expand Up @@ -37,13 +37,12 @@ with pkgs;
testScript = ''
start_all()
machine.wait_for_unit("cardano-node.service")
machine.sleep(3)
machine.sleep(5)
machine.succeed("systemctl status cardano-node")
machine.succeed("stat /run/cardano-node")
machine.succeed("stat /run/cardano-node/node.socket")
machine.sleep(1)
machine.sleep(15)
machine.succeed("nc -z 127.0.0.1 12798")
machine.sleep(1)
machine.succeed("nc -z 127.0.0.1 3001")
'';

Expand Down

0 comments on commit 421d9c3

Please sign in to comment.