Skip to content

Commit

Permalink
tmp test macOS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed Jan 17, 2022
1 parent fee57da commit 4182041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-tracer/test/Cardano/Tracer/Test/Logs/Tests.hs
Expand Up @@ -35,7 +35,7 @@ propLogs format rootDir localSock = do
stopProtocols <- initProtocolsBrake
dpRequestors <- initDataPointRequestors
withAsync (doRunCardanoTracer (config rootDir localSock) stopProtocols dpRequestors) . const $
withAsync (launchForwardersSimple Responder localSock 1000 10000) . const $ do
withAsync (launchForwardersSimple Initiator localSock 1000 10000) . const $ do
sleep 7.0 -- Wait till some rotation is done.
applyBrake stopProtocols
sleep 0.5
Expand Down Expand Up @@ -76,7 +76,7 @@ propLogs format rootDir localSock = do
where
config root p = TracerConfig
{ networkMagic = 764824073
, network = ConnectTo $ NE.fromList [LocalSocket p]
, network = AcceptAt (LocalSocket p) -- ConnectTo $ NE.fromList [LocalSocket p]
, loRequestNum = Just 1
, ekgRequestFreq = Just 1.0
, hasEKG = Nothing
Expand Down

0 comments on commit 4182041

Please sign in to comment.