Skip to content

Commit

Permalink
Reduce time on Diffusion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed May 9, 2022
1 parent 369593d commit 4646e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ouroboros-network/test/Test/Ouroboros/Network/Testnet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ prop_diffusion_target_established_public defaultBearerInfo diffScript =
@NtNAddr
. Trace.fromList (MainReturn (Time 0) () [])
. fmap (\(t, tid, tl, te) -> SimEvent t tid tl te)
. take 500000
. take 125000
. traceEvents
$ runSimTrace sim

Expand Down Expand Up @@ -515,7 +515,7 @@ prop_diffusion_target_active_public defaultBearerInfo diffScript =
@NtNAddr
. Trace.fromList (MainReturn (Time 0) () [])
. fmap (\(t, tid, tl, te) -> SimEvent t tid tl te)
. take 500000
. take 125000
. traceEvents
$ runSimTrace sim

Expand Down

0 comments on commit 4646e34

Please sign in to comment.