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 6, 2022
1 parent 061d045 commit 29b15b8
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 @@ -1044,7 +1044,7 @@ prop_diffusion_timeouts_enforced defaultBearerInfo diffScript =
@NtNAddr
. Trace.fromList (MainReturn (Time 0) () [])
. fmap (\(t, tid, tl, te) -> SimEvent t tid tl te)
. take 1000000
. take 500000
. traceEvents
$ runSimTrace sim

Expand Down

0 comments on commit 29b15b8

Please sign in to comment.