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:
parent
64ab980805
commit
b8a9360731
@ -73,7 +73,7 @@ test-suite tests
|
|||||||
TypeFamilies
|
TypeFamilies
|
||||||
UndecidableInstances
|
UndecidableInstances
|
||||||
main-is: Main.hs
|
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)
|
if flag(lib-Werror)
|
||||||
ghc-options: -Werror
|
ghc-options: -Werror
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user