Skip to content

Commit 690d78a

Browse files
committed
ouroboros-network-protocols:tests - increased heap size
1 parent 1a16168 commit 690d78a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/ouroboros-network.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ let
111111
# don't run checks using Wine when cross compiling
112112
packages.network-mux.components.tests.test.preCheck =
113113
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
114+
packages.ouroboros-network-protocols.components.tests.test.preCheck =
115+
if buildSystem == "x86_64-linux" then "export GHCRTS=-M800M" else "";
114116
packages.ouroboros-network.components.tests.sim-tests.preCheck =
115117
if buildSystem == "x86_64-linux" then "export GHCRTS=-M2400M" else "";
116118
})

0 commit comments

Comments
 (0)