mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Pause to allow delete_mode delay to function
This commit is contained in:
parent
4f6a66815b
commit
8d91b1dda8
@ -73,6 +73,11 @@ confirm_all_from_node(Node, Data, PvalP1, PvalP2) ->
|
||||
ok = confirm_delete(C, lists:nth(15, Data)),
|
||||
ok = confirm_nx_delete(C),
|
||||
|
||||
%% Pause briefly. Deletions have a default 3 second
|
||||
%% reaping interval, and our list keys test may run
|
||||
%% afoul of that.
|
||||
timer:sleep(3500),
|
||||
|
||||
%% 5. select
|
||||
ok = confirm_select(C, PvalP1, PvalP2),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user