Increase the build memory limit for test:Data.Parser

This commit is contained in:
Adithya Kumar 2022-06-09 12:46:53 +05:30
parent f3b07c2922
commit 1ee11e87ec

View File

@ -262,7 +262,7 @@ test-suite Data.Parser
type: exitcode-stdio-1.0
main-is: Streamly/Test/Data/Parser.hs
if flag(limit-build-mem)
ghc-options: +RTS -M1000M -RTS
ghc-options: +RTS -M2800M -RTS
test-suite Data.Parser.ParserD
import: test-options