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 690d78a commit 328f239Copy full SHA for 328f239
ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/TxSubmission2/Test.hs
@@ -79,7 +79,8 @@ tests =
79
, testProperty "connect 2" prop_connect2
80
, testProperty "codec" prop_codec
81
, testProperty "codec id" prop_codec_id
82
- , testProperty "codec 2-splits" prop_codec_splits2
+ , testProperty "codec 2-splits" $ withMaxSize 50
83
+ prop_codec_splits2
84
, testProperty "codec 3-splits" $ withMaxSize 10
85
prop_codec_splits3
86
, testProperty "anncodec" prop_anncodec
0 commit comments