Mas i449 directpromptofdeletions (#450)
* Move prompt of deletions to Inker It is a series of casts, so no reason to offload this to the clerk. Simplifies potential races in shutdown * Rename * Change cache sizes In the hope of making test more consistent
This commit is contained in:
parent
af0f2bb2cf
commit
30ec9214ac
4 changed files with 10 additions and 22 deletions
|
@ -30,6 +30,7 @@
|
|||
[{gen_fsm, send_event, 2}]}]).
|
||||
|
||||
-define(NUMTESTS, 1000).
|
||||
-define(TEST_TIMEOUT, 300).
|
||||
-define(QC_OUT(P),
|
||||
eqc:on_output(fun(Str, Args) ->
|
||||
io:format(user, Str, Args) end, P)).
|
||||
|
@ -42,7 +43,7 @@
|
|||
|
||||
|
||||
eqc_test_() ->
|
||||
Timeout = 50,
|
||||
Timeout = ?TEST_TIMEOUT,
|
||||
{timeout, max(2 * Timeout, Timeout + 10),
|
||||
?_assertEqual(true, eqc:quickcheck(eqc:testing_time(Timeout, ?QC_OUT(prop_db()))))}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue