Skip to content

Commit

Permalink
Launch node with -N4 in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Oct 28, 2020
1 parent 3560aa4 commit 679ec8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/launcher/src/Cardano/Launcher/Node.hs
Expand Up @@ -112,6 +112,7 @@ cardanoNodeProcess cfg socketPath = do
++ opt "--shelley-operational-certificate" (nodeOpCertFile cfg)
++ opt "--shelley-kes-key" (nodeKesKeyFile cfg)
++ opt "--shelley-vrf-key" (nodeVrfKeyFile cfg)
++ ["+RTS", "-N4", "-RTS"]

opt _ Nothing = []
opt arg (Just val) = [arg, val]
Expand Down

0 comments on commit 679ec8a

Please sign in to comment.