Handling 'returned' in penciller unit tests
The unit tests for the Penciller couldn't cope with the returned status - and so would intermittently fail (after tightening the timeout on sft check_ready.
This commit is contained in:
parent
254183369e
commit
4cdc6211a0
3 changed files with 16 additions and 12 deletions
|
@ -151,7 +151,7 @@
|
|||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
-define(CACHE_SIZE, 2000).
|
||||
-define(CACHE_SIZE, 1600).
|
||||
-define(JOURNAL_FP, "journal").
|
||||
-define(LEDGER_FP, "ledger").
|
||||
-define(SHUTDOWN_WAITS, 60).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue