Skip to content

Commit

Permalink
Reduce size of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Apr 29, 2024
1 parent 47a4a3f commit a7df970
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ import Test.Tasty
import Test.Tasty.QuickCheck
import Test.Util.Orphans.IOLike ()
import Test.Util.TestBlock (Header, TestBlock)
import Test.Util.TestEnv (adjustQuickCheckMaxSize)

tests :: TestTree
tests =
adjustQuickCheckMaxSize (`div` 5) $
testGroup
"CSJ"
[ testProperty "“Happy Path” synchronous scenario only speaks to one peer" $ prop_happyPath True
Expand Down

0 comments on commit a7df970

Please sign in to comment.