Skip to content

Commit

Permalink
Increase memory for limit-build-mem on the Serialize test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Aug 18, 2023
1 parent 041be85 commit 2e53b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/streamly-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ test-suite Data.Serialize
main-is: Streamly/Test/Data/Serialize.hs
other-modules: Streamly.Test.Data.Serialize.TH
ghc-options: -main-is Streamly.Test.Data.Serialize.main
if flag(limit-build-mem)
ghc-options: +RTS -M1500M -RTS

test-suite Data.Array.Stream
import: test-options
Expand Down

0 comments on commit 2e53b60

Please sign in to comment.