mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Need another sleep for the bulk delete
This commit is contained in:
parent
8d91b1dda8
commit
60a56a380c
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user