Skip to content

Commit 328f239

Browse files
committed
ouroboros-network-protocols: tx-submission prop_codec_splits2
Use `withMaxSize 50`.
1 parent 690d78a commit 328f239

File tree

1 file changed

+2
-1
lines changed
  • ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/TxSubmission2

1 file changed

+2
-1
lines changed

ouroboros-network-protocols/testlib/Ouroboros/Network/Protocol/TxSubmission2/Test.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ tests =
7979
, testProperty "connect 2" prop_connect2
8080
, testProperty "codec" prop_codec
8181
, testProperty "codec id" prop_codec_id
82-
, testProperty "codec 2-splits" prop_codec_splits2
82+
, testProperty "codec 2-splits" $ withMaxSize 50
83+
prop_codec_splits2
8384
, testProperty "codec 3-splits" $ withMaxSize 10
8485
prop_codec_splits3
8586
, testProperty "anncodec" prop_anncodec

0 commit comments

Comments
 (0)