Skip to content

Commit

Permalink
Advance time more often.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Mar 4, 2012
1 parent ddaaa30 commit 39db7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jobs_eqc_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ g_model(N) ->
?LET(M, g_model(max(0, N-2)),
frequency(
[
{300, {call, ?MODULE, advance_time, [M, nat()]}},
{200, {call, ?MODULE, advance_time, [M, nat()]}},
{200, {call, ?MODULE, in, [jobs_queue, g_job(), M]}},
{100, {call, ?MODULE, out, [jobs_queue, nat(), M]}},
{1, {call, ?MODULE, empty, [jobs_queue, M]}}
Expand Down

0 comments on commit 39db7a6

Please sign in to comment.