Skip to content

Commit b9f2079

Browse files
committed
WIP: turn off shrinking for prop_noSwallowedExceptions to prevent timeout
1 parent 30b4c36 commit b9f2079

File tree

1 file changed

+2
-1
lines changed
  • test/Test/Database/LSMTree/StateMachine

1 file changed

+2
-1
lines changed

test/Test/Database/LSMTree/StateMachine/DL.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ import Test.Util.PrettyProxy
3939
tests :: TestTree
4040
tests = testGroup "Test.Database.LSMTree.StateMachine.DL" [
4141
QC.testProperty "prop_example" prop_example
42-
, QC.testProperty "prop_noSwallowedExceptions" prop_noSwallowedExceptions
42+
, QC.testProperty "prop_noSwallowedExceptions" $
43+
noShrinking prop_noSwallowedExceptions
4344
]
4445

4546
instance DynLogicModel (Lockstep (ModelState IO R.Table))

0 commit comments

Comments
 (0)