Need another sleep for the bulk delete

This commit is contained in:
John R. Daily 2015-12-07 20:14:06 -05:00
parent 8d91b1dda8
commit 60a56a380c

View File

@ -194,6 +194,7 @@ confirm_delete_all(C) ->
lists:foreach(
fun(K) -> ok = riakc_ts:delete(C, ?BUCKET, tuple_to_list(K), []) end,
Keys),
timer:sleep(3500),
{keys, Res} = riakc_ts:list_keys(C, ?BUCKET, []),
io:format("Deleted all: ~p\n", [Res]),
?assertMatch([], Res),