Skip to content

Commit cc43d1e

Browse files
committed
Disable parallel test execution for cardano-testnet in flake
1 parent bd3e580 commit cc43d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/haskell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ let
286286
export PATH=${macOS-security}/bin:$PATH
287287
''
288288
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" ];
289291
packages.cardano-testnet.components.tests.cardano-testnet-golden.preCheck =
290292
let
291293
# This define files included in the directory that will be passed to `H.getProjectBase` for this test:

0 commit comments

Comments
 (0)