Skip to content

Commit

Permalink
Added prop_connection_manager_timeouts_enforced
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Jan 18, 2022
1 parent 0ac291d commit 9f81df0
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ test-suite test
, quickcheck-instances
, tasty
, tasty-quickcheck
, these

, cardano-prelude
, contra-tracer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ data DataFlow
-- | Boolean like type which indicates if the timeout on 'OutboundStateDuplex'
-- has expired.
data TimeoutExpired = Expired | Ticking
deriving (Eq, Show)
deriving (Eq, Ord, Show)



Expand Down Expand Up @@ -650,7 +650,7 @@ data AbstractState
| WaitRemoteIdleSt
| TerminatingSt
| TerminatedSt
deriving (Eq, Show, Typeable)
deriving (Eq, Ord, Show, Typeable)


-- | Counters for tracing and analysis purposes
Expand Down

0 comments on commit 9f81df0

Please sign in to comment.