Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cabal tests stuck when the number of instances is larger than some weird threshold #1

Open
deyaaeldeen opened this issue Mar 4, 2015 · 0 comments

Comments

@deyaaeldeen
Copy link
Owner

Test module uses Distribution.TestSuite to interface with Cabal for testing the package. When the package is built and tested as usual using the following command:

cabal configure --enable-tests && cabal build && cabal test

The test part gets stuck showing "Running" if I test my properties against a number of generated instances (of small size) larger than some threshold.

However, if I run the main function in the Test module in ghci (loading by: ghci test/Test.hs -isrc), it works fine!
The function test also works fine in ghci when called even with 10000 instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant