Skip to content

Commit 67768dd

Browse files
committed
increase size for prototype lockstep test
1 parent 3bb274a commit 67768dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototypes/ScheduledMergesTestQLS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Test.Tasty.QuickCheck (testProperty)
3636

3737
tests :: TestTree
3838
tests = testGroup "ScheduledMerges" [
39-
testProperty "ScheduledMerges vs model" prop_LSM
39+
testProperty "ScheduledMerges vs model" $ mapSize (*10) prop_LSM -- still <10s
4040
, testCase "regression_empty_run" test_regression_empty_run
4141
, testCase "merge_again_with_incoming" test_merge_again_with_incoming
4242
, testCase "merge_again_with_incoming'" test_merge_again_with_incoming'

0 commit comments

Comments
 (0)