Make machi_chain_manager1_pulse max commands length longer
This commit is contained in:
parent
2b64028bbd
commit
78c81f93b7
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ dump_state() ->
|
||||||
|
|
||||||
prop_pulse() ->
|
prop_pulse() ->
|
||||||
?FORALL({Cmds0, Seed}, {non_empty(commands(?MODULE)), pulse:seed()},
|
?FORALL({Cmds0, Seed}, {non_empty(commands(?MODULE)), pulse:seed()},
|
||||||
?IMPLIES(1 < length(Cmds0) andalso length(Cmds0) < 6,
|
?IMPLIES(1 < length(Cmds0) andalso length(Cmds0) < 10,
|
||||||
begin
|
begin
|
||||||
ok = shutdown_hard(),
|
ok = shutdown_hard(),
|
||||||
%% PULSE can be really unfair, of course, including having exec_ticks
|
%% PULSE can be really unfair, of course, including having exec_ticks
|
||||||
|
|
Loading…
Reference in a new issue