We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cardano-testnet
1 parent bd3e580 commit cc43d1eCopy full SHA for cc43d1e
nix/haskell.nix
@@ -286,6 +286,8 @@ let
286
export PATH=${macOS-security}/bin:$PATH
287
''
288
else '''');
289
+ # We disable parallel testnet-test running to avoid filling the Hydra runners' RAM and reduce hanging
290
+ packages.cardano-testnet.components.tests.cardano-testnet-test.testFlags = [ "--num-threads=1" ];
291
packages.cardano-testnet.components.tests.cardano-testnet-golden.preCheck =
292
let
293
# This define files included in the directory that will be passed to `H.getProjectBase` for this test:
0 commit comments