Skip to content

Commit

Permalink
Add idle timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Nov 10, 2023
1 parent d1085e8 commit 833bbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ stdChainSyncTimeout = do
{ canAwaitTimeout = shortWait
, intersectTimeout = shortWait
, mustReplyTimeout
, idleTimeout = Just 3673
}

stdVersionDataNTN :: NetworkMagic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ runThreadNetwork systemTime ThreadNetworkArgs
{ canAwaitTimeout = waitForever
, intersectTimeout = waitForever
, mustReplyTimeout = waitForever
, idleTimeout = waitForever
})
nullMetric
-- The purpose of this test is not testing protocols, so
Expand Down

0 comments on commit 833bbd2

Please sign in to comment.