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 18, 2022
1 parent 3011b17 commit c09ee1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouroboros-network/test/Test/Ouroboros/Network/Testnet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ prop_diffusion_dns_can_recover defaultBearerInfo diffScript =
@NtNAddr
. Trace.fromList (MainReturn (Time 0) () [])
. fmap (\(t, tid, tl, te) -> SimEvent t tid tl te)
. take 1000000
. take 125000
. traceEvents
$ runSimTrace sim

Expand Down

0 comments on commit c09ee1a

Please sign in to comment.