We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb274a commit 67768ddCopy full SHA for 67768dd
prototypes/ScheduledMergesTestQLS.hs
@@ -36,7 +36,7 @@ import Test.Tasty.QuickCheck (testProperty)
36
37
tests :: TestTree
38
tests = testGroup "ScheduledMerges" [
39
- testProperty "ScheduledMerges vs model" prop_LSM
+ testProperty "ScheduledMerges vs model" $ mapSize (*10) prop_LSM -- still <10s
40
, testCase "regression_empty_run" test_regression_empty_run
41
, testCase "merge_again_with_incoming" test_merge_again_with_incoming
42
, testCase "merge_again_with_incoming'" test_merge_again_with_incoming'
0 commit comments