Skip to content

Commit

Permalink
Start a bit higher up in time. 0 is a kind of special case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Dec 22, 2012
1 parent 2fb7bdf commit 742a438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqc_test/sv_codel_eqc.erl
Expand Up @@ -5,7 +5,7 @@
-include_lib("eqc/include/eqc.hrl").

-record(model,
{ t = 0, st }).
{ t = 30000, st }).

g_sv_codel_args() ->
?LET(T, choose(5, 50),
Expand Down

0 comments on commit 742a438

Please sign in to comment.