Skip to content

Commit f7850ac

Browse files
committed
dmq-tests: increased heap limit
1 parent a4c977e commit f7850ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ouroboros-network.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ let
114114
packages.ouroboros-network.components.tests.ouroboros-network-sim-tests.doCheck = onLinux;
115115

116116
packages.dmq-node.components.tests.dmq-tests.preCheck =
117-
if buildSystem == "x86_64-linux" then "export GHCRTS=-M1600M" else "";
117+
if buildSystem == "x86_64-linux" then "export GHCRTS=-M2500M" else "";
118118
packages.network-mux.components.tests.test.preCheck =
119119
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
120120
packages.ouroboros-network.components.tests.protocols-test.preCheck =

0 commit comments

Comments
 (0)