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:
martinsumner 2016-10-26 21:03:50 +01:00
parent 254183369e
commit 4cdc6211a0
3 changed files with 16 additions and 12 deletions

View file

@ -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).