Skip to content

Commit a97f15c

Browse files
committed
nix: increased heap limit on dmq-test
1 parent 9439457 commit a97f15c

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
@@ -109,7 +109,7 @@ let
109109
packages.ouroboros-network.components.tests.sim-tests.doCheck = onLinux;
110110

111111
packages.dmq-node.components.tests.dmq-test.preCheck =
112-
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
112+
if buildSystem == "x86_64-linux" then "export GHCRTS=-M1200M" else "";
113113
packages.network-mux.components.tests.test.preCheck =
114114
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
115115
packages.ouroboros-network-protocols.components.tests.test.preCheck =

0 commit comments

Comments
 (0)