Ease timeout pressure in unit test

This commit is contained in:
Martin Sumner 2018-05-18 14:36:47 +01:00
parent 5e95e6a6b3
commit 039b135f5f

View file

@ -2086,7 +2086,7 @@ create_file_test() ->
_ ->
ok
end end,
[50, 50, 50, 50, 50]),
[50, 100, 200, 400, 800]),
{ok, SrcFN, StartKey, EndKey} = checkready(SP),
io:format("StartKey ~w EndKey ~w~n", [StartKey, EndKey]),
?assertMatch({o, _, _, _}, StartKey),