Skip to content

Commit

Permalink
testing: limit 300M -> 500M
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-iohk committed Feb 3, 2025
1 parent b930feb commit 97581aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/ouroboros-network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let
preCheck =
lib.mkForce
(if buildSystem == "x86_64-linux"
then "export GHCRTS=-M300M"
then "export GHCRTS=-M500M"
else "");
doCheck = !pkgs.stdenv.hostPlatform.isWindows;

Expand Down

0 comments on commit 97581aa

Please sign in to comment.