Increase stack size of serversession tests

In travis this seems to blow the stack. Not entirely sure why we're
even setting it.
This commit is contained in:
Michael Xavier 2018-10-17 15:35:40 -07:00
parent 64ab980805
commit b8a9360731

View File

@ -73,7 +73,7 @@ test-suite tests
TypeFamilies
UndecidableInstances
main-is: Main.hs
ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M1G -c" -rtsopts
ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M2G -c" -rtsopts
if flag(lib-Werror)
ghc-options: -Werror